Skip to content

Commit 8f04024

Browse files
authored
Merge pull request #190 from phaedryx/patch-1
Update readme.md
2 parents 5f0e76c + f0b3afa commit 8f04024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Simply run the command below to create a new Rails app with Hyperstack all confi
1717
```shell
1818
rails new MyAppName --template=https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb
1919
```
20-
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,
20+
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,
2121
it shows how a Hyperstack Rails project differs from a plain Rails project.
2222
The downloaded file can then be referenced from the local filesystem.
2323
```shell
@@ -31,4 +31,4 @@ rails new MyAppName --template=rails-webpacker.rb
3131

3232
### Tutorial
3333

34-
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).
34+
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).

0 commit comments

Comments
 (0)