Skip to content

Commit

Permalink
Cleaned up project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Aug 14, 2011
1 parent e74e3e2 commit ebb3087
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ShareJS supports operational transform on plain-text and arbitrary JSON data.
Rich text support is planned.

Check out [some cool demos](http://sharejs.org:8000/).

API Documentation is on [`the wiki`](https://github.com/josephg/ShareJS/wiki).

Installing and running
----------------------
Expand Down
3 changes: 0 additions & 3 deletions doc/README.md

This file was deleted.

11 changes: 11 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This directory contains the unit tests for sharejs. They are written with nodeunit.

Run them all with:

% cake test

from the root directory of the repository.

Run just one test with:

% nodeunit testFoo.coffee

0 comments on commit ebb3087

Please sign in to comment.