Skip to content

Commit 837eaf9

Browse files
authored
Merge pull request #20 from mhmd-azeez/patch-1
docs: Fix small typo in README
2 parents fc981a7 + afce431 commit 837eaf9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,11 @@ if you host application is written in Python, it can pass a Python function down
241241
where you can invoke it.
242242

243243
This topic can get fairly complicated and we have not yet fully abstracted the Wasm knowledge you need
244-
to do this correctly. So we recommend reading out [concept doc on Host Functions](https://extism.org/docs/concepts/host-functions) before you get started.
244+
to do this correctly. So we recommend reading our [concept doc on Host Functions](https://extism.org/docs/concepts/host-functions) before you get started.
245245

246246
### A Simple Example
247247

248-
Host functions have a similar interface as exports. You just need to declare them as extern on the top of your lib.rs. You only declare the interface as it is the host's responsibility to provide the implementation:
249-
248+
Host functions have a similar interface as exports. You just need to declare them as extern on the top of your main.go. You only declare the interface as it is the host's responsibility to provide the implementation:
250249

251250
```go
252251
//go:wasmimport env a_python_func

0 commit comments

Comments
 (0)