diff --git a/README.md b/README.md index e8dd9a2..9d406f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You may want to view your changes in the code-gov-fscp-react-component repo on y 2. Run `npm install` to install the dependencies required for the package in the `code-gov-fscp-react-component` directory. 3. Run `npm link` in the root level of the `code-gov-fscp-react-component` directory on your local machine. 4. On the `code-gov-front-end` [project](https://github.com/GSA/code-gov-front-end#getting-started), clone the repository and run `npm install` if you haven’t done this already. -5. Run `npm link @code.gov/code-gov-fscp-react-component` in the root level of the code-gov-front-end directory on your local machine. +5. Run `npm link @code.gov/fscp-react-component` in the root level of the code-gov-front-end directory on your local machine. You are now using the latest version of the code.gov design system via your cloned version when running the `code-gov-front-end` site on your local machine. To stop using this version, run `npm unlink @code.gov/code-gov-fscp-react-component` from the root level of the `code-gov-front-end` directory. diff --git a/package-lock.json b/package-lock.json index f1ee867..b6409db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "@code.gov/fscp-react-component", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 93407c9..e096bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@code.gov/fscp-react-component", - "version": "0.3.3", + "version": "0.3.4", "description": "FSCP Plugin for code-gov-web, built with Markdown and React", "main": "./src/index.js", "scripts": {},