Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
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).