提交 2efc1c33 编写于 作者: J Jake Wharton

Correct API documentation in README.

上级 749920a5
...@@ -14,7 +14,7 @@ Http Usage ...@@ -14,7 +14,7 @@ Http Usage
---------- ----------
Create an interface for your API. You can create as many of these interfaces as you like. For 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 instance of that API handler, which you can then store and use throughout your application. An
example interface: example interface:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册