Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #65

Merged
merged 2 commits into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Getting Started

The packages below can be use to interact with Token Metadata program.
The packages below can be used to interact with Token Metadata program.

### TypeScript
```sh
Expand All @@ -36,7 +36,7 @@ cargo add mpl-token-metadata

From the root directory of the repository:

- Install the required packges:
- Install the required packages:
```sh
pnpm install
```
Expand All @@ -50,7 +50,7 @@ This will create the program binary at `<ROOT>/programs/.bin`

## Testing

Token Metadata includes two set of tests: BPF and TypeScript.
Token Metadata includes two sets of tests: BPF and TypeScript.

### BPF

Expand Down
2 changes: 1 addition & 1 deletion clients/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ One of the main features of the client SDK is to facilitate the creation of inst

### _Client_ instruction builders

This are intended to be used by off-chain client code. Each instruction is represented by a corresponding struct – e.g., `CreateV1`:
These are intended to be used by off-chain client code. Each instruction is represented by a corresponding struct – e.g., `CreateV1`:

```rust
pub struct CreateV1 {
Expand Down
Loading