Javascript -> JavaScript (#409)

This commit is contained in:
Greg Fitzgerald 2020-09-09 17:57:30 -06:00 committed by GitHub
parent 72fc795f90
commit 0ca4a61e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ Auto-generated C bindings are also available for the on-chain Token Program and
available
[here](https://github.com/solana-labs/solana-program-library/blob/master/token/program/inc/token.h)
[Javascript
[JavaScript
bindings](https://github.com/solana-labs/solana-program-library/blob/master/token/js/client/token.js)
are available that support loading the Token Program on to a chain and issue
instructions.

View File

@ -4,4 +4,4 @@ A Uniswap-like exchange for the Token program on the Solana blockchain.
Full documentation is available at https://spl.solana.com
Javascript binding are available in the `./js` directory.
JavaScript binding are available in the `./js` directory.

View File

@ -1,4 +1,4 @@
# Token-swap Javascript API
# Token-swap JavaScript API
The Token-swap JavaScript library comprises:

View File

@ -7,4 +7,4 @@ utilize to create and use their tokens.
Full documentation is available at https://spl.solana.com
Javascript binding are available in the `./js` directory.
JavaScript binding are available in the `./js` directory.

View File

@ -1,4 +1,4 @@
# Token Javascript API
# Token JavaScript API
The Token JavaScript library comprises:

View File

@ -1,7 +1,7 @@
{
"name": "@solana/spl-token",
"version": "0.0.7",
"description": "SPL Token Javascript API",
"description": "SPL Token JavaScript API",
"license": "MIT",
"author": "Solana Maintainers <maintainers@solana.com>",
"homepage": "https://solana.com/",