Skip to content

Commit

Permalink
Fix typos in documentation files (#153)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
donatik27 authored Dec 5, 2024
1 parent 3f17a00 commit 12c0f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/moments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios
### Yarn

```bash
yarn add @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axio
yarn add @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

`@poap-xyz/providers` is a package to use POAP providers that let you iteract with POAPs APIs. Also
`@poap-xyz/providers` is a package to use POAP providers that let you interact with POAPs APIs. Also
you can make your own provider by extending the interfaces.

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

`@poap-xyz/utils` is a package that contains auxiliar functions and common types.
`@poap-xyz/utils` is a package that contains auxiliary functions and common types.

## Features

Expand Down

0 comments on commit 12c0f67

Please sign in to comment.