Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Aug 27, 2015
1 parent 201f17d commit 0e08cf2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,6 @@ Add your Uber *client id* to receive Uber credits for new user signups. You can
uber.clientId = @"your_client_id";
```


### (Optional) Add User Signup Parameters

Adding one or more of these parameters will make the new user sign-up process smoother in case the user does not have the Uber app installed.

```objective-c
uber.firstName = @"John";
uber.lastName = @"Doe";
uber.email = @"[email protected]";
uber.countryCode = @"US";
uber.mobileCountryCode = @"1";
uber.mobilePhone = @"2125554444";
uber.zipcode = @"10001";
```

### Show GPUberView

```objective-c
Expand Down

0 comments on commit 0e08cf2

Please sign in to comment.