diff --git a/README.md b/README.md index 7ba73af7c4318436f0b1fdbce8ff2527cba91f49..b187ffc3dc5fce4240e0f5fdb37b0b5797054445 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: