diff --git a/README.md b/README.md index f4d1e764..f880195f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ git clone https://github.com/patternfly/patternfly-react-seed cd patternfly-react-seed npm install && npm run start:dev ``` -## Development Scripts +## Development scripts ```sh # Install development/build dependencies npm install @@ -52,7 +52,7 @@ npm run build:storybook * [Jest Config](./jest.config.js) * [Editor Config](./.editorconfig) -## Raster Image Support +## Raster image support To use an image asset that's shipped with PatternFly core, you'll prefix the paths with "@assets". `@assets` is an alias for the PatternFly assets directory in node_modules. @@ -69,7 +69,7 @@ import loader from '@app/assets/images/loader.gif';