Skip to content

Commit

Permalink
Fix: malt parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-zerone committed Mar 3, 2019
1 parent 33d872c commit ab7bec7
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 @@ -82,9 +82,9 @@ Will return beers brewed before or after the passed in date.
Value: `String`
Will return beers which match the name of the hops of the string passed in (we use fuzzy matching to find the hop names).

##### `BeersRequest.Parameter.malt(value: "American Ale")`
##### `BeersRequest.Parameter.malt(value: "Extra Pale")`
Value: `String`
Will return beers which match the name of the yeast of the string passed in (we use fuzzy matching to find the yeast names).
Will return beers which match the name of the malt of the string passed in (we use fuzzy matching to find the hop names).

##### `BeersRequest.Parameter.food(value: "Cheesecake")`
Value: `String`
Expand Down

0 comments on commit ab7bec7

Please sign in to comment.