diff --git a/articles/dev_guide/plugin_tutorial/1_setup.md b/articles/dev_guide/plugin_tutorial/1_setup.md index 1d1ce3fc..82939c3b 100644 --- a/articles/dev_guide/plugin_tutorial/1_setup.md +++ b/articles/dev_guide/plugin_tutorial/1_setup.md @@ -91,7 +91,7 @@ We will be using them to make our plugins. To install the template, run the following command: ```bash -dotnet new -i BepInEx.Templates::2.0.0-be.1 --nuget-source https://nuget.bepinex.dev/v3/index.json +dotnet new -i BepInEx.Templates::2.0.0-be.2 --nuget-source https://nuget.bepinex.dev/v3/index.json ``` If the install is successful, you should see a listing of all .NET project templates.