Skip to content

Commit e979382

Browse files
committed
Fix Readme
1 parent f82c7ab commit e979382

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Full tutorial can be found at: [Fast Rich Client Rails Development With Webpack
99
# Motivation
1010

1111
In no particular order:
12-
1. Enable development of a JS client independently from Rails.
13-
2. Easily enable use of npm modules with a Rails application.
14-
3. Easily enable retrofitting such a JS framework into an existing Rails app.
15-
4. Enable the use of the JavaScript ES6 transpiler.
12+
- Enable development of a JS client independently from Rails.
13+
- Easily enable use of npm modules with a Rails application.
14+
- Easily enable retrofitting such a JS framework into an existing Rails app.
15+
- Enable the use of the JavaScript ES6 transpiler.
1616

1717
# Technologies involved
1818

@@ -32,7 +32,7 @@ npm install
3232
cd webpack && node server.js
3333
```
3434

35-
Point browser to [http://0.0.0.0:3000]().
35+
Point your browser to [http://0.0.0.0:3000]().
3636

3737

3838
Save a change to a JSX file and see it update immediately in the browser! Note,

0 commit comments

Comments
 (0)