Skip to content

Commit

Permalink
Updating readme to point to test page online
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Sep 7, 2017
1 parent b02cc13 commit c504766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ To add a new backend, mimic the work done in

## Example

Clone this repository to your hard drive, serve it up with
`python -m SimpleHTTPServer 8000` in the repository folder and visit
[http://localhost:8000/test.html](http://localhost:8000/test.html).
See the [simple test
page](http://lurchmath.github.io/cloud-storage/test.html) for an example of
how the various storage options and functions work.

To see how that page works, read [its documented source code](test.html).
The source code for that page [is documented with comments](test.html).

## Usage

Expand Down

0 comments on commit c504766

Please sign in to comment.