Skip to content

Commit 26322df

Browse files
committed
update README
1 parent 4120107 commit 26322df

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.6
4+
5+
### Changed
6+
7+
Updated README.md
8+
39
## 1.0.5
410

511
### Fixed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pyth-client-js
1+
# @pythnetwork/client
22

33
## A library for parsing on-chain Pyth oracle data
44

@@ -8,6 +8,20 @@ This library consumes on-chain Pyth `accountInfo.data` from [@solana/web3.js](ht
88

99
See our [examples repo](https://github.com/pyth-network/pyth-examples) for real-world usage examples.
1010

11+
## Installation
12+
13+
### npm
14+
15+
```
16+
$ npm install --save @pythnetwork/client
17+
```
18+
19+
### Yarn
20+
21+
```
22+
$ yarn add @pythnetwork/client
23+
```
24+
1125
## Example Usage
1226

1327
```javascript

0 commit comments

Comments
 (0)