Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Feb 21, 2021
1 parent fffb00d commit ac462d1
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 @@ -99,9 +99,9 @@ rate, err := c.GetFloat("rate")

rate, err := c.Get("like")
// OR
rate, err := c.GetBool("rate")
rate, err := c.GetBool("like")
// OR
rate, err := c.GetStrictBool("rate")
rate, err := c.GetStrictBool("like")
```

#### Feeding using Json
Expand Down

0 comments on commit ac462d1

Please sign in to comment.