Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Milloy committed Jul 21, 2019
1 parent adfb688 commit 89dac8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Food class controls access to the Edamam Food API. You can view the document
| Method | Description |
| ------------------ | ------------------------------------------------------------------------------------- |
| ingredient | Get/set the ingredient, only ingredient OR UPC can be set, not both, but at least one |
| upc | Get/set the upc, only ingrdient or UPC can be set, not both, but at least one |
| upc | Get/set the upc, only ingredient or UPC can be set, not both, but at least one |
| nutritionType | Get/set the nutritionType |
| enableFoodLogging | Sets nutrition-type to "logging" |
| disableFoodLogging | Sets nutrition-type to null |
Expand Down Expand Up @@ -81,5 +81,5 @@ Food::instance()
## Todo

- ~~Add support for Food API~~
- Add support for Nutrion API
- Add support for Nutrition API
- Add support for Recipe API

0 comments on commit 89dac8b

Please sign in to comment.