From 2d8656a4f348beb62529588a2a4f71f425a0e97e Mon Sep 17 00:00:00 2001 From: Hari Kumar Date: Thu, 12 Jan 2017 18:19:12 -0800 Subject: [PATCH] Update typing install command as tsd is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2993b75..0979d33 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ bower install object-path --save ### Typescript typings ``` -tsd query object-path --action install --save +typings install --save dt~object-path ``` ## Usage