Skip to content

Commit df2bdb7

Browse files
docs(readme): update readme links
1 parent 08df510 commit df2bdb7

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# React Building Blocks
1+
# React Building Modules
22

3-
[![CircleCI](https://circleci.com/gh/JamesSingleton/react-building-blocks.svg?style=shield)](https://circleci.com/gh/JamesSingleton/react-building-blocks)
4-
[![CodeFactor](https://www.codefactor.io/repository/github/jamessingleton/react-building-blocks/badge)](https://www.codefactor.io/repository/github/jamessingleton/react-building-blocks)
5-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/JamesSingleton/react-building-blocks/blob/master/LICENSE)
6-
[![Known Vulnerabilities](https://snyk.io/test/github/JamesSingleton/react-building-blocks/badge.svg?targetFile=package.json)](https://snyk.io/test/github/JamesSingleton/react-building-blocks?targetFile=package.json)
7-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/JamesSingleton/react-building-blocks/issues)
8-
![GitHub last commit](https://img.shields.io/github/last-commit/JamesSingleton/react-building-blocks.svg)
3+
[![CircleCI](https://circleci.com/gh/JamesSingleton/react-building-modules.svg?style=svg)](https://circleci.com/gh/JamesSingleton/react-building-modules)
4+
[![CodeFactor](https://www.codefactor.io/repository/github/jamessingleton/react-building-modules/badge)](https://www.codefactor.io/repository/github/jamessingleton/react-building-modules)
5+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/JamesSingleton/react-building-modules/blob/master/LICENSE)
6+
[![Known Vulnerabilities](https://snyk.io/test/github/JamesSingleton/react-building-modules/badge.svg?targetFile=package.json)](https://snyk.io/test/github/JamesSingleton/react-building-modules?targetFile=package.json)
7+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/JamesSingleton/react-building-modules/issues)
8+
![GitHub last commit](https://img.shields.io/github/last-commit/JamesSingleton/react-building-modules.svg)
99

10-
React Building Blocks is a design system comprised of modern, responsive, living components.
10+
React Building Modules is a design system comprised of modern, responsive, living components.
1111

1212
## Built With
1313

@@ -16,18 +16,18 @@ React Building Blocks is a design system comprised of modern, responsive, living
1616

1717
## Contributing
1818

19-
We welcome contributions to React Building Blocks!
19+
We welcome contributions to React Building Modules!
2020

2121
* 📥 Pull requests and 🌟 Stars are always welcome.
2222
* Read our [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
2323

2424
Looking for a first issue to tackle?
2525

26-
* We tag issues with [![Good First Issue](https://img.shields.io/github/issues/JamesSingleton/react-building-blocks/good%20first%20issue.svg)](https://github.com/JamesSingleton/react-building-blocks/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) when we think they are well suited for people who are new to the codebase or Open Source Software in general.
26+
* We tag issues with [![Good First Issue](https://img.shields.io/github/issues/JamesSingleton/react-building-modules/good%20first%20issue.svg)](https://github.com/JamesSingleton/react-building-modules/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) when we think they are well suited for people who are new to the codebase or Open Source Software in general.
2727

2828
## Versioning
2929

30-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/JamesSingleton/react-building-blocks/tags).
30+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/JamesSingleton/react-building-modules/tags).
3131

3232
## License
3333

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,24 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/JamesSingleton/react-building-blocks.git"
35+
"url": "git+https://github.com/JamesSingleton/react-building-modules.git"
3636
},
3737
"keywords": [
3838
"react components",
3939
"building blocks",
4040
"component",
4141
"components",
4242
"react",
43-
"react building blocks"
43+
"react building blocks",
44+
"react modules",
45+
"react building modules"
4446
],
4547
"author": "James Singleton (https://twitter.com/Design__Pattern)",
4648
"license": "MIT",
4749
"bugs": {
48-
"url": "https://github.com/JamesSingleton/react-building-blocks/issues"
50+
"url": "https://github.com/JamesSingleton/react-building-modules/issues"
4951
},
50-
"homepage": "https://github.com/JamesSingleton/react-building-blocks#readme",
52+
"homepage": "https://github.com/JamesSingleton/react-building-modules#readme",
5153
"dependencies": {
5254
"classnames": "^2.2.6",
5355
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)