Skip to content

Commit

Permalink
Correcting README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jan 22, 2013
1 parent 7f137eb commit 4bc434c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,11 +5,11 @@ Status](https://travis-ci.org/futures/ff-modeshape-prototype.png?branch=master)]

```bash
$ mvn clean jetty:run
$ curl "http://localhost:8080/ff/describe"
$ curl "http://localhost:8080/describe"
```

Before creating fedora-like namespaced nodes, you need to register a namespace:

```bash
curl "http://localhost:8080/ff/namespaces/asdf" -X POST
curl "http://localhost:8080/namespaces/asdf" -X POST
```

0 comments on commit 4bc434c

Please sign in to comment.