diff --git a/install/readme.md b/install/readme.md index 90f0e9f1c..3d05469a3 100644 --- a/install/readme.md +++ b/install/readme.md @@ -17,7 +17,7 @@ Simply run the command below to create a new Rails app with Hyperstack all confi ```shell rails new MyAppName --template=https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb ``` -Alternativly, if you like you can also download [the template file](https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb) (the part after `--template=`) and read the contents, +Alternatively, if you like, you can also download [the template file](https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb) (the part after `--template=`) and read the contents, it shows how a Hyperstack Rails project differs from a plain Rails project. The downloaded file can then be referenced from the local filesystem. ```shell @@ -31,4 +31,4 @@ rails new MyAppName --template=rails-webpacker.rb ### Tutorial -If you are new to developing an application based on Hyperstack we suggest you follow the [todo tutorial](https://hyperstack.org/edge/docs/tutorials/todo). \ No newline at end of file +If you are new to developing an application based on Hyperstack we suggest you follow the [todo tutorial](https://hyperstack.org/edge/docs/tutorials/todo).