From 2aa78d4e5271dd7ed8b93aa64b0d378141f30450 Mon Sep 17 00:00:00 2001 From: Dmitry Mamontov Date: Mon, 3 Nov 2014 13:52:08 +0300 Subject: [PATCH] initial commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();