From d61bc338d5070243c9842256d655298726594f8f Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 27 Feb 2019 10:16:12 -0800 Subject: [PATCH] refactor: error fix Signed-off-by: Erik Kieckhafer --- styleguide/src/sections/LocalDevelopment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide/src/sections/LocalDevelopment.md b/styleguide/src/sections/LocalDevelopment.md index 84909fddb..a7fb30fbc 100644 --- a/styleguide/src/sections/LocalDevelopment.md +++ b/styleguide/src/sections/LocalDevelopment.md @@ -2,7 +2,7 @@ If you'd like to see your changes locally inside of another project, such as the - `cd` into your local version of the [Reaction Component Library](https://github.com/reactioncommerce/reaction-component-library), and run the following commands: -```js +```diff yarn install cd package yarn install