From 0efee48eb497f4abeeb1340cb56279a2d5b220c5 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Mon, 18 Nov 2024 21:29:55 +1000 Subject: [PATCH] Update PackageId in docs --- README.md | 4 ++-- docs/Docs/documentation/installation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a137c74..5af8457 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ incorporating into solutions. To add as a library to an existing project ```sh -dotnet add package RankLib +dotnet add package SearchPioneer.RankLib ``` ### Command Line Tool @@ -23,7 +23,7 @@ dotnet add package RankLib To add as a global .NET command line tool ```sh -dotnet tool install -g RankLib.Cli +dotnet tool install -g SearchPioneer.RankLib.Cli ``` To see all the commands supported by the command line tool diff --git a/docs/Docs/documentation/installation.md b/docs/Docs/documentation/installation.md index 3107caa..661def0 100644 --- a/docs/Docs/documentation/installation.md +++ b/docs/Docs/documentation/installation.md @@ -8,7 +8,7 @@ incorporating into solutions. To add as a library to an existing project ```sh -dotnet add package RankLib +dotnet add package SearchPioneer.RankLib ``` ## Command Line Tool @@ -16,7 +16,7 @@ dotnet add package RankLib To add as a global .NET command line tool ```sh -dotnet tool install -g RankLib.Cli +dotnet tool install -g SearchPioneer.RankLib.Cli ``` To see all the commands supported by the command line tool