Skip to content

Commit

Permalink
Update readme for 1.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx authored Jan 8, 2024
1 parent 8192a5f commit 1f07d0d
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 @@ -21,7 +21,7 @@ Create a new project and add this nuget package to your project:
dotnet new wasiconsole -o MyPlugin
# OR, for F#: dotnet new console -o MyPlugin -lang F#
cd MyPlugin
dotnet add package Extism.Pdk --prerelease
dotnet add package Extism.Pdk
```

Update your `MyPlugin.csproj`/`MyPlugin.fsproj` as follows:
Expand Down

0 comments on commit 1f07d0d

Please sign in to comment.