Skip to content

Commit 638767e

Browse files
author
Keisuke Kan
committed
docs(readme): fix badge urls
1 parent b1d0ed4 commit 638767e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![CI/CD](https://github.com/beautifulinteractions/beautiful-react-diagrams/workflows/CI/CD/badge.svg)
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3-
[![Coverage Status](https://coveralls.io/repos/github/beautifulinteractions/beautiful-react-diagrams/badge.svg?branch=master)](https://coveralls.io/github/antonioru/beautiful-react-diagrams?branch=master)
3+
[![Coverage Status](https://coveralls.io/repos/github/beautifulinteractions/beautiful-react-diagrams/badge.svg?branch=master)](https://coveralls.io/github/beautifulinteractions/beautiful-react-diagrams?branch=master)
44
![npm](https://img.shields.io/npm/v/beautiful-react-diagrams)
55
![GitHub stars](https://img.shields.io/github/stars/beautifulinteractions/beautiful-react-diagrams?style=social)
66

@@ -32,7 +32,7 @@ Javascript diagramming libraries are often difficult to integrate in React proje
3232
Different patterns not always fit the React nature and having a component's state in in sync with an external
3333
diagramming library might be quite difficult especially when the latter had been built in a different paradigm (such as MVC, for example).
3434

35-
For this reason we created `beautiful-react-diagrams` an easy-to-customise functional diagramming library to build
35+
For this reason we created `beautiful-react-diagrams` an easy-to-customise functional diagramming library to build
3636
diagrams with ease.
3737

3838
## 🎓 Principles
@@ -59,7 +59,7 @@ diagrams with ease.
5959

6060
## Contributing
6161

62-
Contributions are very welcome and wanted.
62+
Contributions are very welcome and wanted.
6363

6464
To submit your custom pull request, please make sure your read our [CONTRIBUTING](./CONTRIBUTING.md) guidelines.
6565

@@ -80,7 +80,7 @@ numbers must follow the `<major>.<minor>.<patch>-<tag>.<number>`, such as
8080

8181
### Credits
8282

83-
This library is provided and sponsored by:
83+
This library is provided and sponsored by:
8484

8585
<div>
8686
<p>

0 commit comments

Comments
 (0)