Skip to content

Commit 64fe023

Browse files
authored
Correct name in README (#949)
Since #799, the comment in the README no longer matched the example WIT file.
1 parent 55aa97c commit 64fe023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ world my-game {
9292

9393
Here the `my-plugin-api` interface encapsulates a group of functions, types,
9494
etc. This can then be imported wholesale into the `my-game` world via the
95-
`plugin` namespace. The structure of a [WIT] document and world will affect the
95+
`my-plugin-api` namespace. The structure of a [WIT] document and world will affect the
9696
generated bindings per-language.
9797

9898
For more information about WIT and its syntax see the [online documentation for

0 commit comments

Comments
 (0)