From 42f1598a4cdd8ebaf25bc3441620975689067581 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Mon, 27 Jan 2014 11:45:12 -0500 Subject: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5094bf..19e2b32 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ func (item Item) Get(values url.Values) (int, interface{}) { func main() { item := new(Item) - var api = new(sleepy.Api) + var api = sleepy.NewAPI() api.AddResource(item, "/items") api.Start(3000) } -- cgit