Skip to content

Commit 6bcda10

Browse files
committed
update doc
1 parent 45641df commit 6bcda10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Download
1818

1919
Gradle:
2020
```groovy
21-
compile 'com.anotherdev.android.robospice:robospice-fluent-request:0.1.0'
21+
compile 'com.anotherdev.android.robospice:robospice-fluent-request:1.0.0'
2222
```
2323

2424

@@ -28,7 +28,8 @@ Usage
2828
Simple:
2929
```java
3030
RoboSpice.with(spiceManager).execute(spiceRequest);
31-
RoboSpice.with(spiceManager).inform(requestListner).execute(spiceRequest);
31+
RoboSpice.with(spiceManager).execute(spiceRequest).subscribe(rx.Subscriber); // RxJava
32+
RoboSpice.with(spiceManager).inform(requestListner).execute(spiceRequest); // RoboSpice listener
3233
```
3334

3435
Options:
@@ -46,7 +47,6 @@ RoboSpice.with(spiceManager)
4647
.execute(spiceRequest);
4748
```
4849

49-
5050
License
5151
--------
5252

@@ -62,4 +62,4 @@ License
6262
distributed under the License is distributed on an "AS IS" BASIS,
6363
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6464
See the License for the specific language governing permissions and
65-
limitations under the License.
65+
limitations under the License.

0 commit comments

Comments
 (0)