Skip to content

Commit

Permalink
Update README.md (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghugeshree authored Nov 27, 2024
1 parent 017f2d5 commit 4e1f2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Some things to note about this code:

1. We can export functions by name using the `extism.plugin_fn` decorator. This
allows the host to invoke this function.
2. In this PDK we code directly to the ABI. We get input from the using using
2. In this PDK we code directly to the ABI. We get input from using the
`extism.input*` functions and we return data back with the `extism.output*`
functions.

Expand Down

0 comments on commit 4e1f2ff

Please sign in to comment.