diff --git a/packages/metro-visualizer/README.md b/packages/metro-visualizer/README.md index c7f0c6bc12..adc164b9e3 100644 --- a/packages/metro-visualizer/README.md +++ b/packages/metro-visualizer/README.md @@ -13,7 +13,7 @@ The goal of this project is to provide a suite of analysis tools for bundle size 1. Install the `metro-visualizer` package in your project. ``` - yarn add metro-visualizer --save + yarn add metro-visualizer ``` ``` npm install metro-visualizer --save @@ -63,4 +63,4 @@ Customize the way the graph is displayed. ## Development -Follow the Metro guidelines for contributing to the project. There's a utility script to facilitate development. It spawns a Metro server with the visualizer enabled on this package itself. Run it with `yarn dev` or `npm run dev` from the `metro-visualizer` folder and trigger builds as it is shown in the screenshots above. \ No newline at end of file +Follow the Metro guidelines for contributing to the project. There's a utility script to facilitate development. It spawns a Metro server with the visualizer enabled on this package itself. Run it with `yarn dev` or `npm run dev` from the `metro-visualizer` folder and trigger builds as it is shown in the screenshots above.