Skip to content

Commit

Permalink
docs: remove any hint of recommendation about loading
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 3, 2023
1 parent 2c76843 commit 48454be
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 @@ -46,7 +46,7 @@ This guide should walk you through some of the concepts in Extism and this ruby

The primary concept in Extism is the [plug-in](https://extism.org/docs/concepts/plug-in). You can think of a plug-in as a code module stored in a `.wasm` file.

You'll normally load a plug-in from disk, but since you may not have one handy let's load a demo plug-in from the web:
Since you may not have an Extism plug-in on hand to test, let's load a demo plug-in from the web:

```ruby
# First require the library
Expand Down

0 comments on commit 48454be

Please sign in to comment.