diff --git a/Momento/MomentoSdk.csproj b/Momento/MomentoSdk.csproj
index 0fac2908..4a4d443b 100644
--- a/Momento/MomentoSdk.csproj
+++ b/Momento/MomentoSdk.csproj
@@ -9,10 +9,10 @@
Momento
Momento Inc
- C# SDK for Momento, a serverless cache that automatically scales without any of the
- operational overhead required by traditional caching solutions.
+ C# SDK for Momento, a serverless cache that automatically scales without any of the
+ operational overhead required by traditional caching solutions.
- Check out our SDK example here: https://github.com/momentohq/client-sdk-examples/tree/main/dotnet
+ Check out our SDK example here: https://github.com/momentohq/client-sdk-examples/tree/main/dotnet
caching, cache, serverless, key value, simple caching service, distributedcache
Copyright (c) Momento Inc 2022
diff --git a/README.md b/README.md
index db4aa247..731ae7ff 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,10 @@ C# SDK for Momento, a serverless cache that automatically scales without any of
1. [.NET](https://docs.microsoft.com/en-us/dotnet/core/install/macos)
### How to run
-1. dotnet nuget add source https://momento.jfrog.io/artifactory/api/nuget/nuget-public --name Artifactory
1. dotnet build
### How to install
+1. dotnet add package Momento.Sdk
+
+### How to install (legacy version)
1. dotnet add package MomentoSdk -s https://momento.jfrog.io/artifactory/api/nuget/nuget-public