Skip to content

Commit

Permalink
fix sample code (#492)
Browse files Browse the repository at this point in the history
Correct a misprint in the Getting Started sample code
  • Loading branch information
hotaru86 authored Jan 17, 2025
1 parent 8d3dc89 commit 55e043b
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 @@ -25,7 +25,7 @@ You can find detailed information in [the documentation](https://ndmf.nadena.dev
To get started quickly, a minimal plugin definition looks a bit like this:

```csharp
[assembly: ExportsPlugin(typeof(SetViewpointPlugin))]
[assembly: ExportsPlugin(typeof(MyPlugin))]

namespace nadena.dev.ndmf.sample
{
Expand Down

0 comments on commit 55e043b

Please sign in to comment.