Skip to content

Commit

Permalink
More Glorious updates for the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkastor committed Dec 28, 2013
1 parent dad96d3 commit e2d3385
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ Now I know what you're thinking, "sure, static files are all fine and good
extension `js`, use `jsn`. The only requirement is that `jsn` files export a
single function that accepts two parameters. The first parameter given
to the function will be the `response` object, which you will use to send your
servers response to arbitrary requests made to your `jsn` file. The second
server's response to arbitrary requests made to your `jsn` file. The second
parameter given to the function will be the `request` object, jam packed with
everything you'll ever want to know about the request made to your server.
For an example of a basic `jsn` file scroll down. For details on the `request`
Expand Down
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -22,5 +22,11 @@
"dependencies" : {
"mime" : ">=1.2.9",
"mustache" : ">=0.7.2"
},
"bin" : {
"atropa-server" : "./bin/start-server.js"
},
"directories" : {
"example" : "examples"
}
}

0 comments on commit e2d3385

Please sign in to comment.