Skip to content

Commit

Permalink
Fix README link in @turnkey/solana
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jan 18, 2024
1 parent a209220 commit bcfb180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @turnkey/solana

## 0.1.1

- Fix README link

## 0.1.0

- Initial release
6 changes: 3 additions & 3 deletions packages/solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ $ npm install @turnkey/solana

## Examples

| Example | Description |
| --------------------------------------- | ----------------------------------------------------------------------------------- |
| [`with-solana`](/examples/with-solana/) | Create a new Solana address, then sign and broadcast a transaction on Solana devnet |
| Example | Description |
| -------------------------------------------- | ----------------------------------------------------------------------------------- |
| [`with-solana`](../../examples/with-solana/) | Create a new Solana address, then sign and broadcast a transaction on Solana devnet |
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/solana",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down

0 comments on commit bcfb180

Please sign in to comment.