From 5cc9116155f0b3761a42a545a01eb359ad0847a6 Mon Sep 17 00:00:00 2001 From: Jukka Snellman Date: Wed, 24 Aug 2022 15:34:44 +0300 Subject: [PATCH] update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5ad24cb..a17bda6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ that is bound to specific culture. See https://github.com/dotnet/aspnetcore/issues/7756 for context. +## Installation + +```powershell +PM> Install-Package Rapal.StringLocalizerWithCulture +``` + +## Usage + ```csharp var services = new ServiceCollection() .AddLocalizationWithCulture(options => options.ResourcesPath = "Resources")