diff --git a/docs/README.md b/docs/README.md index 880e477..76aa746 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ Provides a device and IO pin configuration metadata model and a set of [T4 runti Installation can be done through the `Harp.Generators` NuGet package. ``` -dotnet new install Harp.Generators +dotnet add package Harp.Generators ``` ## Editing device metadata diff --git a/docs/docfx.json b/docs/docfx.json index 0dc0a28..6413597 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -54,7 +54,7 @@ "baseUrl": "https://harp-tech.org/generators" }, "globalMetadata": { - "_appName": "Harp.Generators", + "_appName": "Generators", "_appTitle": "Harp.Generators", "_appFooter": "© harp-tech and Contributors. Made with docfx", "_enableNewTab": true,