Skip to content

Commit

Permalink
making refinements to ReadMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleRezk committed Mar 16, 2021
1 parent 4ab275a commit 7ed8765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository contains the commercetools platform, import-api and ml-api C# sd
| ML Api | [![NuGet Version and Downloads count](https://buildstats.info/nuget/commercetools.Sdk.MLApi?includePreReleases=true)](https://www.nuget.org/packages/commercetools.Sdk.MLApi)|

## Installation
####Download from [Nuget](https://www.nuget.org/profiles/commercetools)
#### Download from [Nuget](https://www.nuget.org/profiles/commercetools)
| Package | Installation |
| ------------------------------------------------------------------ | ----------------------------------------------------------|
| [Platform Api](https://www.nuget.org/packages/commercetools.Sdk.Api) | ```dotnet add package commercetools.Sdk.Api```|
Expand Down Expand Up @@ -229,7 +229,7 @@ public async Task ExecuteAsync()

var configuration = serviceProvider.GetService<IConfiguration>();
var httpClientFactory = serviceProvider.GetService<IHttpClientFactory>();
var serializerService = serviceProvider.GetService<ISerializerService>();
var serializerService = serviceProvider.GetService<SerializerService>();

var clientConfiguration = configuration.GetSection("MeClient").Get<ClientConfiguration>();

Expand Down

0 comments on commit 7ed8765

Please sign in to comment.