Skip to content

Commit

Permalink
Merge branch 'main' into feat/429-util
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 6, 2024
2 parents f03f74e + c23ace0 commit 2c3c68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to get started now, see the [Quickstart](#quickstart) section.

Read our [technical documentation](https://docs.apeworx.io/ape/stable/) to get a deeper understanding of our open source Framework.

Read our [academic platform](https://academy.apeworx.io/) will help you master Ape Framework with tutorials and challenges.
Read our [academic platform](https://academy.apeworx.io/) which will help you master Ape Framework with tutorials and challenges.

## Prerequisite

Expand Down
2 changes: 1 addition & 1 deletion docs/userguides/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ vyper = compilers.get_compiler("vyper", settings=settings["vyper"])
vyper.compile([Path("path/to/contract.vy")])
solidity = compilers.get_compiler("solidity", settings=settings["solidity"])
vyper.compile([Path("path/to/contract.sol")])
solidity.compile([Path("path/to/contract.sol")])
```

## Compile Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/userguides/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Suppose the name of the script is `foobar`, you can run it via:
ape run foobar
```

Without specifying `--network`, the script with connect to your default network.
Without specifying `--network`, the script will connect to your default network.
Else, specify the network using the `--network` flag:

```shell
Expand Down

0 comments on commit 2c3c68e

Please sign in to comment.