From 0b1642e7a1660c92eb9838687c2cad7c925ccf83 Mon Sep 17 00:00:00 2001 From: DavidOConnor Date: Sun, 9 Dec 2018 01:01:13 -0500 Subject: [PATCH] Updated readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfee824..1ace3c0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ -# Rebar Quickstart +# Seed Quickstart -To get started with Rebar, clone this repo, and make the following changes: +To get started with, clone this repo, and make the following changes: --Rename your crate in `Cargo.toml` (The `name` field under `[Package]`) +- Rename your crate in `Cargo.toml` (The `name` field under `[Package]`) - Replace both occurances of `appname` (`/appname.js` and `/appname.wasm`) in `index.html` with your crate's name - Make the same replacement in either `build.sh`, or `build.ps1`, depending on your -operating system (`.sh` for Linux, `.ps` for Windows). You may delete the other one - -You may also wish to replace the contents of this file. \ No newline at end of file +operating system (`.sh` for Linux, `.ps` for Windows). You may delete the other one \ No newline at end of file