From 29553385192e20520ba3a78a037a133a74e4a2af Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Mon, 20 Feb 2017 09:27:34 +0100 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9683e223aa..3b887107d1 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ If the library does not include typings, you can install them using yarn: ```bash yarn add d3 --save -yarn ad @types/d3 --save-dev +yarn add @types/d3 --save-dev ``` If the library doesn't have typings available at `@types/`, you can still use it by