Skip to content

Commit

Permalink
updated: README, description, homepage URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Oct 31, 2010
1 parent d0818e9 commit 5e6f77d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Node Sandbox

A nifty javascript sandbox for use with node.js.
A nifty javascript sandbox for node.js.

## Some features

Expand Down Expand Up @@ -48,7 +48,8 @@ Let's get it! The easiest way is through npm:

npm install sandbox

Or if you'd like to play with the code, see the examples, run the tests, what-the-fuck-ever...
Or if you'd like to play with the code, see the examples, run the tests,
what-the-fuck-ever...

git clone git://github.com/gf3/sandbox.git

Expand All @@ -58,6 +59,9 @@ And run some examples:

## Tests

To run the tests you'll have to install async_testing, then simply run the spec
files from node.

npm install async_testing
node spec/sandbox.spec.js

Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,5 +1,6 @@
{ "name" : "sandbox"
, "description": "A nifty javascript sandbox for use with node.js"
, "description": "A nifty javascript sandbox for node.js"
, "homepage" : "http://gf3.github.com/sandbox/"
, "author" : "Gianni Chiappetta <gianni@runlevel6.org> (http://gf3.ca)"
, "contributors":
[ "Dominic Tarr (http://cyber-hobo.blogspot.com)"
Expand Down

0 comments on commit 5e6f77d

Please sign in to comment.