Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Apr 25, 2023
1 parent c1a2188 commit f688182
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 @@ -24,7 +24,7 @@ avalanche_node_module = import_module("github.com/kurtosis-tech/avalanche-packag
# main.star of your Avalanche node + Service package
def run(plan, args):
plan.print("Spinning up the Avalanche node")
# this will spin up the node and return the output of the Avalanche Network package
# any args parsed to your package would get passed down to the Ethereum Network package
# this will spin up the node and return the output of the Avalanche package
# any args parsed to your package would get passed down to the Avalanche package
avalanche_node = avalanche_node_module.run(plan, args)
```

0 comments on commit f688182

Please sign in to comment.