fix(entropy): Fix doc formatting (#1314)

This commit is contained in:
Jayant Krishnamurthy 2024-02-22 23:02:25 -08:00 committed by GitHub
parent 8f289307e6
commit bec2ddfc5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

4
package-lock.json generated
View File

@ -58966,7 +58966,7 @@
},
"target_chains/ethereum/entropy_sdk/solidity": {
"name": "@pythnetwork/entropy-sdk-solidity",
"version": "1.1.2",
"version": "1.1.3",
"license": "Apache-2.0",
"devDependencies": {
"prettier": "^2.7.1",
@ -59550,7 +59550,7 @@
},
"target_chains/ethereum/sdk/solidity": {
"name": "@pythnetwork/pyth-sdk-solidity",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"devDependencies": {
"prettier": "^2.7.1",

View File

@ -6,7 +6,7 @@ This SDK can be used for any application that requires random numbers, such as N
## Install
####Truffle/Hardhat
###Truffle/Hardhat
If you are using Truffle or Hardhat, simply install the NPM package:
@ -14,7 +14,7 @@ If you are using Truffle or Hardhat, simply install the NPM package:
npm install @pythnetwork/entropy-sdk-solidity
```
####Foundry
###Foundry
If you are using Foundry, you will need to create an NPM project if you don't already have one.
From the root directory of your project, run:

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/entropy-sdk-solidity",
"version": "1.1.2",
"version": "1.1.3",
"description": "Generate secure random numbers with Pyth Entropy",
"repository": {
"type": "git",

View File

@ -7,7 +7,7 @@ It is **strongly recommended** to follow the [consumer best practices](https://d
## Installation
####Truffle/Hardhat
###Truffle/Hardhat
If you are using Truffle or Hardhat, simply install the NPM package:
@ -15,7 +15,7 @@ If you are using Truffle or Hardhat, simply install the NPM package:
npm install @pythnetwork/pyth-sdk-solidity
```
####Foundry
###Foundry
If you are using Foundry, you will need to create an NPM project if you don't already have one.
From the root directory of your project, run:

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-sdk-solidity",
"version": "2.4.0",
"version": "2.4.1",
"description": "Read prices from the Pyth oracle",
"repository": {
"type": "git",