Skip to content

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 27, 2012
1 parent e39d20c commit 1da8fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@
</tr>
<tr>
<td>Description</td>
<td>Server</td>
<td>Barebones server with extensible middleware.</td>
</tr>
<tr>
<td>Node Version</td>
Expand All @@ -22,7 +22,7 @@ slate = require 'slate'
server = slate.create()

server.root "#{__dirname}/public"
server.enable '404', 'mime', 'static'
server.enable 'csrf', 'lfi', 'xss', '404', 'mime', 'static'
server.set 'production'
server.set 'debug', false

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name":"slate",
"description":"Server",
"description":"Barebones server with extensible middleware.",
"version":"0.0.1",
"homepage":"http://github.com/wearefractal/slate",
"repository":"git://github.com/wearefractal/slate.git",
Expand Down

0 comments on commit 1da8fae

Please sign in to comment.