Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "restle", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Fast RESTful API engine.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ restle | ||
Restle has a near-zero learning curve, making it great for rapidly prototyping APIs. Restle uses Mongoose as its ODM, so only MongoDB is supported right now. | ||
Getting started | ||
@@ -25,6 +25,6 @@ ==== | ||
port: 3000, | ||
databaseUrl: 'mongodb://heroku_app33066146:16aluo3sodirk8u7kkojabvu03@ds031531.mongolab.com:31531/heroku_app33066146' | ||
databaseUrl: 'mongodb://......'' | ||
}; | ||
require('restle')({options}); | ||
require('restle')(options); | ||
``` | ||
@@ -31,0 +31,0 @@ |
19309