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