Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Apr 25, 2024
1 parent 2e0ac70 commit 637cf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This section is for local development of `forc.pub`.

### Dependencies and Tools

Sway Playground is built in Rust and TypeScript. To begin, install the Rust toolchain following instructions at <https://www.rust-lang.org/tools/install>. Then configure your Rust toolchain to use Rust `stable`:
`forc.pub` is built in Rust and TypeScript. To begin, install the Rust toolchain following instructions at <https://www.rust-lang.org/tools/install>. Then configure your Rust toolchain to use Rust `stable`:

```sh
rustup default stable
Expand Down Expand Up @@ -67,7 +67,7 @@ cd forc.pub
cargo build
```

Confirm the Sway Playground built successfully:
Confirm the server built successfully:

```sh
cargo run --bin forc.pub
Expand Down

0 comments on commit 637cf60

Please sign in to comment.