Skip to content

Commit bec2ddf

Browse files
authored
fix(entropy): Fix doc formatting (#1314)
1 parent 8f28930 commit bec2ddf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/ethereum/entropy_sdk/solidity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This SDK can be used for any application that requires random numbers, such as N
66

77
## Install
88

9-
####Truffle/Hardhat
9+
###Truffle/Hardhat
1010

1111
If you are using Truffle or Hardhat, simply install the NPM package:
1212

1313
```bash
1414
npm install @pythnetwork/entropy-sdk-solidity
1515
```
1616

17-
####Foundry
17+
###Foundry
1818

1919
If you are using Foundry, you will need to create an NPM project if you don't already have one.
2020
From the root directory of your project, run:

target_chains/ethereum/entropy_sdk/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/entropy-sdk-solidity",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Generate secure random numbers with Pyth Entropy",
55
"repository": {
66
"type": "git",

target_chains/ethereum/sdk/solidity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ It is **strongly recommended** to follow the [consumer best practices](https://d
77

88
## Installation
99

10-
####Truffle/Hardhat
10+
###Truffle/Hardhat
1111

1212
If you are using Truffle or Hardhat, simply install the NPM package:
1313

1414
```bash
1515
npm install @pythnetwork/pyth-sdk-solidity
1616
```
1717

18-
####Foundry
18+
###Foundry
1919

2020
If you are using Foundry, you will need to create an NPM project if you don't already have one.
2121
From the root directory of your project, run:

target_chains/ethereum/sdk/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-sdk-solidity",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Read prices from the Pyth oracle",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)