Skip to content

Commit

Permalink
Merge pull request #65 from radixdlt/readme-updates
Browse files Browse the repository at this point in the history
Fix some readme typos
  • Loading branch information
azizi-a authored Oct 1, 2024
2 parents e5e9a7d + 2c44a4c commit 2a663be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions step-by-step/21-radiswap-dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tokens.
- [Dapp Definition Two Way Linking](#dapp-definition-two-way-linking)
- [Front End Client](#front-end-client)
- [Using the dApp](#using-the-dapp)
- [License](#license)

## Using the Radiswap Scrypto Package in `resim`

Expand All @@ -41,7 +42,7 @@ the Radiswap dApp.
```
git clone https://github.com/radixdlt/official-examples.git
cd official-examples/step-by-step/20-radiswap/scrypto-package
cd official-examples/step-by-step/21-radiswap-dapp/scrypto-package
```
2. Then (optionally) reset the simulator and create a new account.
Expand Down Expand Up @@ -163,7 +164,8 @@ These are needed for all dapps with front ends.

### Setup

There are separate setup steps for the scrypto package and the front end client.
There are separate setup steps for the **scrypto package**, **dapp-definition**
and the **front end client**.

#### Scrypto

Expand Down Expand Up @@ -348,7 +350,6 @@ In your browser you should have the Radiswap dApp up and running.
Radix Wallet. You will notice the swap rate changes as you add and remove
liquidity, as the pool balances change.


## License

The Radix Official Examples code is released under Radix Modified MIT License.
Expand All @@ -375,4 +376,4 @@ The Radix Official Examples code is released under Radix Modified MIT License.
COSTS OR OTHER LIABILITY OF ANY NATURE WHATSOEVER, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE, MISUSE OR OTHER DEALINGS IN THE SOFTWARE. THE AUTHORS SHALL
OWE NO DUTY OF CARE OR FIDUCIARY DUTIES TO USERS OF THE SOFTWARE.
OWE NO DUTY OF CARE OR FIDUCIARY DUTIES TO USERS OF THE SOFTWARE.

0 comments on commit 2a663be

Please sign in to comment.