From 8da7f4f53ffe05e23c2730642bea30aec09b2daa Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Tue, 20 Oct 2020 11:06:17 -0700 Subject: [PATCH] fix typo in step 1 --- src/pages/stacks-blockchain/integrate-stacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/stacks-blockchain/integrate-stacking.md b/src/pages/stacks-blockchain/integrate-stacking.md index 5042ac13..3f0d34dd 100644 --- a/src/pages/stacks-blockchain/integrate-stacking.md +++ b/src/pages/stacks-blockchain/integrate-stacking.md @@ -51,7 +51,7 @@ Install the stacks transactions library and an API client for the [Stacks 2.0 Bl npm install --save @blockstack/stacks-transactions @stacks/blockchain-api-client c32check cross-fetch bn.js ``` --> The API client is generated from the [OpenAPI specification](https://github.com/blockstack/stacks-blockchain-api/blob/master/docs/openapi.yaml) ([openapi-generator](https://github.com/OpenAPITools/openapi-generator)). Many other languages and frameworks are be supported by the generator. +-> The API client is generated from the [OpenAPI specification](https://github.com/blockstack/stacks-blockchain-api/blob/master/docs/openapi.yaml) ([openapi-generator](https://github.com/OpenAPITools/openapi-generator)). Many other languages and frameworks are supported by the generator. ## Step 2: Generating an account