Skip to content

Commit

Permalink
fix(entropy): Fix doc formatting (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantk committed Feb 23, 2024
1 parent 8f28930 commit bec2ddf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions target_chains/ethereum/entropy_sdk/solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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:

```bash
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:
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/entropy_sdk/solidity/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions target_chains/ethereum/sdk/solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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:

```bash
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:
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/solidity/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bec2ddf

Please sign in to comment.