Skip to content

Commit

Permalink
chore: fix README (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Gautier <[email protected]>
  • Loading branch information
pgautier404 and pgautier404 authored Aug 5, 2022
1 parent bc0ba05 commit 167277f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Momento/MomentoSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Authors>Momento</Authors>
<Company>Momento Inc</Company>
<Description>
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
</Description>
<PackageTags>caching, cache, serverless, key value, simple caching service, distributedcache</PackageTags>
<Copyright>Copyright (c) Momento Inc 2022</Copyright>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 167277f

Please sign in to comment.