We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4120107 commit 26322dfCopy full SHA for 26322df
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.6
4
+
5
+### Changed
6
7
+Updated README.md
8
9
## 1.0.5
10
11
### Fixed
README.md
@@ -1,4 +1,4 @@
-# pyth-client-js
+# @pythnetwork/client
## A library for parsing on-chain Pyth oracle data
@@ -8,6 +8,20 @@ This library consumes on-chain Pyth `accountInfo.data` from [@solana/web3.js](ht
See our [examples repo](https://github.com/pyth-network/pyth-examples) for real-world usage examples.
+## 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
25
## Example Usage
26
27
```javascript
0 commit comments