Skip to content

Commit

Permalink
fix configs example
Browse files Browse the repository at this point in the history
  • Loading branch information
fliepeltje committed Nov 28, 2024
1 parent 4e1f2ff commit 7b225fd
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 @@ -186,7 +186,7 @@ import extism

@extism.plugin_fn
def greet():
user = extism.Config.get("user")
user = extism.Config.get_str("user")
extism.output_str(f"Hello, {user}!")
```

Expand Down

0 comments on commit 7b225fd

Please sign in to comment.