Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanda committed Dec 22, 2021
1 parent 6617e19 commit 111d81f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See https://nftoptions.app

## Installation

npm install sol-options
npm install solana-options


## Examples
Expand Down Expand Up @@ -86,7 +86,7 @@ create_call(

## Publish

You can create an image for your contract too and publish it to http://nftoptions.app
You can create an image for your contract too and publish it to https://nftoptions.app

```Javascript
create_call(
Expand Down
4 changes: 2 additions & 2 deletions src/client/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

npm install sol-options
npm install solana-options

See code and docs here: https://github.com/dbanda/solana-nft-options

Expand Down Expand Up @@ -75,7 +75,7 @@ create_call(

## Publish

You can create an image for your contract too and publish it to http://nftoptions.app
You can create an image for your contract too and publish it to https://nftoptions.app

```Javascript
create_call(
Expand Down
4 changes: 2 additions & 2 deletions src/client/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solana-options",
"version": "1.0.6",
"description": "Minting of options contract NFT on the Solana blockchain",
"version": "1.0.7",
"description": "Minting of options contract NFTs on the Solana blockchain",
"main": "build/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 111d81f

Please sign in to comment.