Commit 754c433c by Andrew Nesbitt

Fixed example url

parent 4de3ba00
...@@ -7,7 +7,7 @@ var connect = require('connect') ...@@ -7,7 +7,7 @@ var connect = require('connect')
, sass = require('../sass'); , sass = require('../sass');
// Setup server // Setup server
// $ curl http://localhost:3000/functions.css // $ curl http://localhost:3000/test.css
var server = connect.createServer( var server = connect.createServer(
sass.middleware({ sass.middleware({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment