Skip to content

Commit d2492f5

Browse files
Merge pull request #555 from reactioncommerce/machikoyasuda-patch-1
docs(readme): component library naming
2 parents 878ede7 + 4e8d5e2 commit d2492f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Server-side rendering
1010
- Payments with [Stripe](https://stripe.com/)
1111
- Analytics with [Segment](https://segment.com/) or any other provider
12-
- Reusable, customizable, themeable ecommerce React components from the new [Reaction Component Library](https://github.com/reactioncommerce/reaction-component-library/) with [Styled Components](https://www.styled-components.com/)
12+
- Reusable, customizable, themeable ecommerce React components from the [Example Storefront Component Library](https://github.com/reactioncommerce/reaction-component-library/) with [Styled Components](https://www.styled-components.com/)
1313
- Fully-configured test suite: Jest snapshot testing, Mocha integration testing
1414
- Written in ES6, configured with ES6
1515
- Containerized with Docker
@@ -49,7 +49,7 @@ Read the docs for [setting up Segment or a custom analytics tracker](docs/tracki
4949

5050
## Documentation
5151
- [Example Storefront full documentation](./docs)
52-
- [Reaction Component Library repository](https://github.com/reactioncommerce/reaction-component-library), [documentation](https://github.com/reactioncommerce/reaction-component-library/tree/master/docs), and [component documentation](http://designsystem.reactioncommerce.com/)
52+
- [Example Storefront Component Library repository](https://github.com/reactioncommerce/reaction-component-library), [documentation](https://github.com/reactioncommerce/reaction-component-library/tree/master/docs), and [component documentation](http://designsystem.reactioncommerce.com/)
5353
- [Reaction Docs: Using GraphQL](https://docs.reactioncommerce.com/docs/graphql-using)
5454
- [Reaction Docs: Testing with Jest](https://docs.reactioncommerce.com/docs/testing-reaction)
5555
- [Reaction Docs: Developing with Docker](https://docs.reactioncommerce.com/docs/installation-docker-development
@@ -135,9 +135,9 @@ docker-compose down --rmi local
135135
docker-compose up -d --build
136136
```
137137

138-
### Testing `reaction-component-library` components in the storefront
138+
### Testing component library in the storefront
139139

140-
Sometimes we need to test [`reaction-component-library`](https://github.com/reactioncommerce/reaction-component-library) components in the context of the storefront. Unfortunately, there isn't an easy wasy to do this within our Docker containers, so we need to run the `storefront` outside of docker.
140+
Sometimes we need to test the [Example Storefront Component Library](https://github.com/reactioncommerce/reaction-component-library) components in the context of the storefront. Unfortunately, there isn't an easy wasy to do this within our Docker containers, so we need to run the `storefront` outside of docker.
141141

142142
1. `cd` to your local [`reaction-component-library`](https://github.com/reactioncommerce/reaction-component-library) repo.
143143
1. Git checkout the proper branch that you want to link
@@ -198,7 +198,7 @@ docker stop reaction-storefront
198198
```
199199

200200
## License
201-
Copyright 2018 Reaction Commerce
201+
Copyright 2019 Reaction Commerce
202202

203203
Licensed under the Apache License, Version 2.0 (the "License");
204204
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)