Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 97e2598

Browse files
committed
some typos
1 parent 1b39182 commit 97e2598

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,30 +75,30 @@ Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) o
7575

7676
## Developing
7777

78-
1. fork and `git clone` the project
78+
`git clone` the project.
7979

8080
To play with some live examples cd to the project directory then
8181

8282
2. `cd example/examples`
8383
2. `bundle install`
8484
3. `bundle exec rackup`
85-
4. Open `http://localhos:9292t`
85+
4. Open `http://localhos:9292`
8686

8787
or
8888

89-
1. 'cd example/rails-tutorial`
89+
1. `cd example/rails-tutorial`
9090
2. `bundle install`
9191
3. `bundle exec rails s`
9292
4. Open `http://localhost:3000`
9393

9494
or
9595

96-
1. 'cd example/sinatra-tutorial`
96+
1. `cd example/sinatra-tutorial`
9797
2. `bundle install`
9898
3. `bundle exec rackup`
9999
4. Open `http://localhost:9292`
100100

101-
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more complete examples and information see [reactrb.org.](http://reactrb.org)
101+
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more examples and information see [reactrb.org.](http://reactrb.org)
102102

103103
## Testing
104104

@@ -107,9 +107,8 @@ Note that these are very simple examples, for the purpose of showing how to conf
107107

108108
## Contributions
109109

110-
This project is still in early stage, so discussion, bug report and PR are
111-
really welcome :wink:. We check in often at
112-
https://gitter.im/zetachang/react.rb
110+
This project is still in early stage, so discussion, bug reports and PRs are
111+
really welcome :wink:.
113112

114113

115114
## License

0 commit comments

Comments
 (0)