From f98d824ae772ceb80117b0667cf2ddc4ee6f007e Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Mon, 28 Nov 2016 17:09:41 +0100 Subject: [PATCH] Fix babel-types README (#4899) [skip ci] --- packages/babel-types/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/babel-types/README.md b/packages/babel-types/README.md index 4c0162febc..869d70fb43 100644 --- a/packages/babel-types/README.md +++ b/packages/babel-types/README.md @@ -1,6 +1,12 @@ # babel-types -This module contains methods for building ASTs manually and for checking the types of AST nodes. +> This module contains methods for building ASTs manually and for checking the types of AST nodes. + +## Install + +```sh +$ npm install --save-dev babel-types +``` ## API