Skip to content

Commit 6f0d491

Browse files
committed
docs: improved README
added contributors to the package.json
1 parent bf77b23 commit 6f0d491

File tree

4 files changed

+7044
-10
lines changed

4 files changed

+7044
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
/coverage/*
2727
/libpeerconnection.log
2828
npm-debug.log
29+
yarn-error.log
2930
testem.log
3031

3132
# system files

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@
1212

1313
<!-- Badges -->
1414
<p align="center">
15-
<a href="https://gitter.im/ng2-semantic-ui/Lobby">
16-
<img alt="Gitter" src="https://img.shields.io/gitter/room/ng2-semantic-ui/Lobby.js.svg?style=flat-square" />
17-
</a>
1815
<a href="https://travis-ci.org/yhnavein/ng2-semantic-ui">
1916
<img alt="Travis CI" src="https://img.shields.io/travis/yhnavein/ng2-semantic-ui.svg?style=flat-square" />
2017
</a>
21-
<a href="https://www.npmjs.com/package/ng2-semantic-ui">
22-
<img alt="npm" src="https://img.shields.io/npm/v/ng2-semantic-ui.svg?style=flat-square" />
18+
<a href="https://www.npmjs.com/package/@yhnavein/ng2-semantic-ui">
19+
<img alt="npm" src="https://img.shields.io/npm/v/@yhnavein/ng2-semantic-ui.svg?style=flat-square" />
2320
</a>
24-
<a href="https://www.npmjs.com/package/ng2-semantic-ui">
25-
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/ng2-semantic-ui.svg?style=flat-square" />
21+
<a href="https://www.npmjs.com/package/@yhnavein/ng2-semantic-ui">
22+
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/@yhnavein/ng2-semantic-ui.svg?style=flat-square" />
2623
</a>
2724
</p>
2825

@@ -36,7 +33,7 @@ Note that only Semantic UI elements that use jQuery are recreated here - those w
3633

3734
## Installation & Usage
3835

39-
See the [Documentation](https://edcarroll.github.io/ng2-semantic-ui) for installation instructions and extensive examples.
36+
See the [Documentation](https://yhnavein.github.io/ng2-semantic-ui) for installation instructions and extensive examples.
4037

4138
## Dependencies
4239

@@ -75,7 +72,7 @@ See the [Documentation](https://edcarroll.github.io/ng2-semantic-ui) for install
7572

7673
## Want to help?
7774

78-
Want to file a bug, contribute some code, or improve documentation? Great! Please read the [contributing guidelines](https://github.com/edcarroll/ng2-semantic-ui/blob/master/CONTRIBUTING.md) to get going.
75+
Want to file a bug, contribute some code, or improve documentation? Great! Please read the [contributing guidelines](https://github.com/yhnavein/ng2-semantic-ui/blob/master/CONTRIBUTING.md) to get going.
7976

8077
## Development
8178

@@ -112,4 +109,10 @@ this will generate a folder `coverage` with the HTML report
112109

113110
## License
114111

115-
MIT © [Edward Carroll](https://github.com/edcarroll)
112+
MIT
113+
114+
## Original Author
115+
116+
This package is basend on [Edward Carroll](https://github.com/edcarroll)'s work.
117+
118+
Original repository: https://github.com/edcarroll/ng2-semantic-ui

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"url": "https://github.com/yhnavein/ng2-semantic-ui/tree/master/issues"
1414
},
1515
"author": "Edward Carroll",
16+
"contributors": [
17+
"Piotr Dabrowski @ British Council",
18+
"Adam Rutkowski @ British Council"
19+
],
1620
"keywords": [
1721
"angular",
1822
"angular-components",

0 commit comments

Comments
 (0)