Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed May 7, 2014
1 parent c302beb commit 63224ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* [Use](#use)
* [Asynchronous](#asynchronous)
* [Batch](#batch)
* [Passing complex objects as argument](#passing-complex-objects-as-argument)
* [Non-primitive arguments](#non-primitive-arguments)
* [OrderByComparator](#orderbycomparator)
* [ServiceContext](#servicecontext)

Expand Down Expand Up @@ -252,7 +252,7 @@ as usual:

The return type for batch calls is always an `NSArray`.

#### Passing complex objects as argument
#### Non-primitive arguments

There are some special cases in which service methods arguments are not
primitives. In these cases, you should use `LRJSONObjectWrapper`, for example:
Expand Down Expand Up @@ -330,4 +330,4 @@ NSDictionary *jsonObject = @{
LRJSONObjectWrapper *serviceContext = [[LRJSONObjectWrapper alloc] initWithJSONObject:jsonObject];
```
For more examples, take a look at this test case: [ServiceContextTest.m](Test/Portal/ServiceContextTest.m).
For more examples, take a look at this test case: [ServiceContextTest.m](Test/Portal/ServiceContextTest.m).

0 comments on commit 63224ef

Please sign in to comment.