Skip to content

Commit

Permalink
Updating a minor error on README
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jan 1, 2024
1 parent 2ef3c28 commit a81a408
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 @@ -36,7 +36,7 @@ What could we use this toolkit for? Here are some thoughts.

## Getting Started

The toolkit is a collection of packages that you can import and use independently.
The toolkit is a collection of packages you can import and use independently.

The following shows an example of leveraging the engine to load and execute a waPC guest module.

Expand Down Expand Up @@ -64,7 +64,7 @@ func main() {
}

// Lookup the guest module.
m, err := server.Lookup("my-guest-module")
m, err := server.Module("my-guest-module")
if err != nil {
// do something
}
Expand Down

0 comments on commit a81a408

Please sign in to comment.