From 22566075d4c744bbe4be9d1812a183d2ac7b66a9 Mon Sep 17 00:00:00 2001 From: Alexander T Date: Wed, 18 Apr 2018 12:10:27 +0300 Subject: [PATCH] Add source type to example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d488037..18489f2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ etc. ## GenericRestClient Sample Usage -``` +```typescript import { GenericRestClient, ApiCallOptions } from 'simplerestclients'; import SyncTasks = require('synctasks');