Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankenbeanies committed Sep 16, 2016
1 parent 035d3c5 commit a91da06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Simply create a new Food2Fork object, passing your API Key to the constructor. Y
Food2Fork api = new Food2Fork("YOUR_API_KEY_HERE");
```

Food2Fork.getRecipe(int id)
---------------------------
Food2Fork.getRecipe(String id)
------------------------------

Get a Recipe object by id.

(input)
```java
Recipe recipe = api.getRecipe(29159);
Recipe recipe = api.getRecipe("29159");
```

Food2Fork.search(String query, char sort, int page)
Expand Down

0 comments on commit a91da06

Please sign in to comment.