Skip to content

Commit 8f1f8d2

Browse files
committed
Merge pull request shakacode#76 from bronson/fixlinks
Make localhost links in README clickable
2 parents b5b085e + 9c01fdd commit 8f1f8d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ See package.json and Gemfile for versions
6767
1. `npm install`
6868
1. `rake db:setup`
6969
1. `foreman start -f Procfile.dev`
70-
1. Open a browser tab to [http://0.0.0.0:4000]() for the Rail app example.
71-
1. Open a browser tab to [http://0.0.0.0:3000]() for the Hot Module Replacement Example.
70+
1. Open a browser tab to http://0.0.0.0:4000 for the Rail app example.
71+
1. Open a browser tab to http://0.0.0.0:3000 for the Hot Module Replacement Example.
7272

7373
# Javascript development without Rails using Hot Module Replacement (HMR)
7474

@@ -79,7 +79,7 @@ cd client
7979
node server.js
8080
```
8181

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

8484
Save a change to a JSX file and see it update immediately in the browser! Note,
8585
any browser state still exists, such as what you've typed in the comments box.
@@ -116,7 +116,7 @@ rake db:setup
116116
rails s -p 4000
117117
```
118118

119-
Now point your browser to [http://0.0.0.0:4000]().
119+
Now point your browser to http://0.0.0.0:4000.
120120

121121
Note that it's important to run the Rails server on a different port than the node server.
122122

0 commit comments

Comments
 (0)