Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Barnes committed Jun 23, 2011
1 parent 7e7e841 commit 2ed31e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -38,7 +38,7 @@ SocketStream runs on all UNIX based platforms, including OS X and Linux.

# get SocketStream

sudo npm install -g socketstream
sudo npm install socketstream -g

# create a Socketstream app as a test

Expand Down Expand Up @@ -78,7 +78,7 @@ Here is an example that shows how to install SocketStream and it's dependencies
curl http://npmjs.org/install.sh | sudo sh

# get SocketStream
sudo npm install -g socketstream
sudo npm install socketstream -g

# create a new socketstream project called 'test'
cd ~
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -201,7 +201,7 @@ Ready to give it a whirl? SocketStream is highly experimental at the moment, but

SocketStream is now published as an NPM package. This can easily be installed with:

sudo npm install -g socketstream
sudo npm install socketstream -g

To generate a new empty SocketStream project, simply type:

Expand Down Expand Up @@ -744,7 +744,7 @@ Thanks to Guillermo Rauch (Socket.IO), TJ Holowaychuk (Stylus, Jade), Jeremy Ash

### Thanks!

SocketStream is kindly sponsored AOL.
SocketStream is kindly sponsored by AOL.


### License
Expand Down

0 comments on commit 2ed31e8

Please sign in to comment.