diff --git a/README.md b/README.md index e535735..71a1eab 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ steps: - uses: ApeWorX/github-action@v2 with: python-version: "3.10" # (optional) - ape-version-pin: "0.6.0" # (optional) + ape-version-pin: ">=0.6.0" # (optional) ape-plugins-list: "solidity vyper==0.6.2" # (optional) - run: ape test -s ```