Skip to content

Commit 256dde3

Browse files
committed
chore: tidy up copy
1 parent b1a4deb commit 256dde3

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# JS Console
22

3-
A JavaScript (and [CoffeeScript](http://coffeescript.com)) web console, useful
4-
for quick experimentation, debugging, presentations (for live coding) and workshops.
5-
6-
Also available as a [native iOS app](http://jsconsole.com/app/) from the iTunes store.
3+
A JavaScript web console, useful for quick experimentation, debugging, presentations (for live coding) and workshops.
74

85
# Features
96

@@ -17,9 +14,7 @@ Also available as a [native iOS app](http://jsconsole.com/app/) from the iTunes
1714

1815
# Hosting jsconsole yourself
1916

20-
This requires that you install [node.js](http://nodejs.org). Once installed,
21-
download this project (or clone it using git)
22-
and inside the new `jsconsole` directory run:
17+
This requires that you install [node.js](http://nodejs.org). Once installed, download this project (or clone it using git) and inside the new `jsconsole` directory run:
2318

2419
npm install
2520

@@ -33,8 +28,6 @@ Or to run on a specific port (like 8080):
3328

3429
node server.js 8080
3530

36-
Then check your own ip address of the machine it's running on (using `ipconfig`
37-
for windows or `ifconfig` for mac and linux). Then on the mobile phone, just
38-
visit that IP address and port you're running jsconsole on:
31+
Then check your own ip address of the machine it's running on (using `ipconfig` for windows or `ifconfig` for mac and linux). Then on the mobile phone, just visit that IP address and port you're running jsconsole on:
3932

40-
![jsconsole running locally](http://i.imgur.com/hyRF5.png)
33+
![jsconsole running locally](http://i.imgur.com/hyRF5.png)

0 commit comments

Comments
 (0)