From 34ac8205a9ae21c75b4b00a29a2220328594ef64 Mon Sep 17 00:00:00 2001 From: Sayantan Karmakar Date: Fri, 27 May 2022 21:01:44 +0530 Subject: [PATCH] readme typo --- ts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/README.md b/ts/README.md index 33fa4c2..33dcdc1 100644 --- a/ts/README.md +++ b/ts/README.md @@ -4,7 +4,7 @@ A developer tooling SDK for building on [serum-dex](https://github.com/project-s ## Prerequisites -You will need to use the `FileKeypair` class that extends the (`Keypair`)[https://solana-labs.github.io/solana-web3.js/classes/Keypair.html] class from (`@solana/web3.js`)[https://npmjs.com/package/@solana/web3.js] to provide easy file-based keypair management, which is required for the market making features provided by this package. +You will need to use the `FileKeypair` class that extends the (Keypair)[https://solana-labs.github.io/solana-web3.js/classes/Keypair.html] class from (@solana/web3.js)[https://npmjs.com/package/@solana/web3.js] to provide easy file-based keypair management, which is required for the market making features provided by this package. ``` const owner = FileKeypair.generate("./scripts/keys/owner.json");