Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Feb 19, 2015
1 parent 07016fb commit 1579066
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ Take a note of the **client ID** and the **client secret** value.

1. Go to the FGTranslatorDemo directory.
2. Open the `.xcworkspace` (**not the `.xcodeproj`!**) file.
3. Navigate to the `ViewController.m` file in the `FGTranslatorDemo` folder.
4. Look for the `GOOGLE_API_KEY` (or the Bing equivalent below) constant at the top of the file and set it to your key.
5. Run the app in the Simulator.
3. Run the app.

## Usage

Expand Down Expand Up @@ -199,7 +197,6 @@ Translations are cached to prevent unnecessary network calls (and Google/Bing AP
```objective-c
+ (void)flushCache;
```
> Note: The translation cache is implemented as a simple NSCache and hence will be cleared periodically by the OS.

### Flush Credentials *(Bing Only)*

Expand Down

0 comments on commit 1579066

Please sign in to comment.