Skip to content

Commit f38ae2a

Browse files
Fix typos in README
- Fix retreiving → retrieving - Fix commited → committed - Fix Composible → Composable
1 parent 6d966a3 commit f38ae2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ See [documentation](https://ourzora.github.io/offchain/) for more examples and t
3636

3737
## Contributing
3838

39-
We welcome contributions that add support for new metadata standards, new ways of retreiving metadata, and ways of normalizing them to a consistent form.
40-
We are commited to integrating contributions to our indexer and making the results available in our API.
39+
We welcome contributions that add support for new metadata standards, new ways of retrieving metadata, and ways of normalizing them to a consistent form.
40+
We are committed to integrating contributions to our indexer and making the results available in our API.
4141

4242
You should be able to contribute a new standard for metadata, and have NFTs that adhere to that metadata standard
4343
be returned correctly from queries to `api.zora.co`. We hope this helps to foster innovation in how
@@ -47,7 +47,7 @@ NFTs are represented, where metadata is stored, and what is expressed in that me
4747

4848
- Multiple metadata standards: represent metadata any way you wish
4949
- Multiple transport protocols: store metadata where you want
50-
- Composible for custom applications: only parse the standards you care about
50+
- Composable for custom applications: only parse the standards you care about
5151
- Future proof: extensible to new formats, locations, etc. The more gigabrain the better.
5252

5353
## Development

0 commit comments

Comments
 (0)