Skip to content

Commit

Permalink
Fix a couple typos in the README.md (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 28, 2022
1 parent 40ef69b commit c0315e5
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 @@ -17,7 +17,7 @@ Get started:
Objx provides the `objx.Map` type, which is a `map[string]interface{}` that exposes a powerful `Get` method (among others) that allows you to easily and quickly get access to data within the map, without having to worry too much about type assertions, missing data, default values etc.

### Pattern
Objx uses a preditable pattern to make access data from within `map[string]interface{}` easy. Call one of the `objx.` functions to create your `objx.Map` to get going:
Objx uses a predictable pattern to make access data from within `map[string]interface{}` easy. Call one of the `objx.` functions to create your `objx.Map` to get going:

m, err := objx.FromJSON(json)

Expand Down Expand Up @@ -74,7 +74,7 @@ To update Objx to the latest version, run:
go get -u github.com/stretchr/objx

### Supported go versions
We support the lastest three major Go versions, which are 1.10, 1.11 and 1.12 at the moment.
We support the latest three major Go versions, which are 1.10, 1.11 and 1.12 at the moment.

## Contributing
Please feel free to submit issues, fork the repository and send pull requests!

0 comments on commit c0315e5

Please sign in to comment.