diff --git a/README.md b/README.md index 985335f..0a6ebec 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Usage ### Create API client class -``` cs +``` csharp using RetailCrm; ... RestApi api = new RestApi( @@ -28,7 +28,7 @@ Constructor arguments are: ### Example: get order types list -``` cs +``` csharp string url, key; Dictionary orderTypes = new Dictionary();