alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.72k stars 159 forks source link

Typo in QuickStart documentation #79

Closed RedFeet closed 4 years ago

RedFeet commented 5 years ago

There's a small typo in the QuickStart Docs: "Add the LazyCache services in you aspnet core Startup.cs" should be: "Add the LazyCache services in your aspnet core Startup.cs"

alastairtree commented 4 years ago

Fixed. Thank you!