From 2efc1c33cb919731a40282e1fb07340ccf2d75f9 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sat, 27 Oct 2012 18:34:28 -0700 Subject: [PATCH] Correct API documentation in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba73af7..b187ffc3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Http Usage ---------- Create an interface for your API. You can create as many of these interfaces as you like. For -each interface you create, calling `RestAdapter.service(MyInterface.class)` will create an +each interface you create, calling `RestAdapter.create(MyInterface.class)` will create an instance of that API handler, which you can then store and use throughout your application. An example interface: -- GitLab