-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme github, add repository package.json
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
![Logo of the project](https://bitbucket.org/bpietro86/react-numpad/raw/master/logo.png) | ||
![Logo of the project](https://github.com/gpietro/react-numpad/raw/master/logo.png) | ||
|
||
# React numpad | ||
A numpad for number, date and time, built with and for React. | ||
|
@@ -99,7 +99,7 @@ Live demo: [gpietro.github.io/docs](https://gpietro.github.io/docs) | |
## Developing | ||
```shell | ||
git clone https://bitbucket.org/bpietro86/react-numpad | ||
git clone [email protected]:gpietro/react-numpad.git | ||
cd react-numpad/ | ||
npm install | ||
npm start | ||
|
@@ -119,7 +119,7 @@ A bundle will be created in the dist directory. | |
If you'd like to contribute, please fork the repository and use a feature | ||
branch. Pull requests are warmly welcome. | ||
See our [CONTRIBUTING.md](https://bitbucket.org/bpietro86/react-numpad/blob/master/CONTRIBUTING.md) for information on how to contribute. | ||
See our [CONTRIBUTING.md](https://github.com/gpietro/react-numpad/blob/master/CONTRIBUTING.md) for information on how to contribute. | ||
## License | ||
MIT Licensed. Copyright (c) Pietro Ghezzi 2017. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters