From 0719541d8bb1f8eeb6b167934267628b51094691 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 10:11:42 +0100 Subject: [PATCH] Fix typos (#65) * fix typos * fix typo --- README.md | 6 +++--- clients/rust/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37d1a34f..84448594 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` @@ -50,7 +50,7 @@ This will create the program binary at `/programs/.bin` ## Testing -Token Metadata includes two set of tests: BPF and TypeScript. +Token Metadata includes two sets of tests: BPF and TypeScript. ### BPF diff --git a/clients/rust/README.md b/clients/rust/README.md index 823e80c7..813974c7 100644 --- a/clients/rust/README.md +++ b/clients/rust/README.md @@ -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 {