Skip to content

Commit

Permalink
refactor(example): rename queries.md to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Oct 20, 2015
1 parent b276a0b commit 0611696
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example/queries.md → example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Running the example

```shell
cd graffiti-mongoose
npm install # install dependencies in the main folder
cd example
npm install # install dependencies in the example folder
npm start # run the example application and open your browser: http://localhost:8080
```

### Mongoose schema

```javascript
Expand Down

0 comments on commit 0611696

Please sign in to comment.