From cc49ef93966d04ac1b082cf36c8e29b2110805fb Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 2 Apr 2019 16:50:05 -0300 Subject: [PATCH] Add more instructions and resort markdown code --- README.md | 52 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e704d68..2910a18 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,10 @@ stuff, please visit https://creativecommons.org/about/downloads/. ## CC Attribution 4.0 International -Shield: [![CC BY 4.0][cc-by-shield]][cc-by] - -This work is licensed under a [Creative Commons Attribution 4.0 International -License][cc-by]. - -[![CC BY 4.0][cc-by-image]][cc-by] - -[cc-by]: http://creativecommons.org/licenses/by/4.0/ -[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png -[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg +To add a CC BY License to your project, just add the following to your `README.md`. +You should also copy the corresponding +[license text file](https://github.com/santisoler/cc-licenses/blob/master/LICENSE-CC-BY) +and rename it to `LICENSE`. ```markdown Shield: [![CC BY 4.0][cc-by-shield]][cc-by] @@ -51,19 +45,24 @@ License][cc-by]. [cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg ``` +Shield: [![CC BY 4.0][cc-by-shield]][cc-by] + +This work is licensed under a [Creative Commons Attribution 4.0 International +License][cc-by]. + +[![CC BY 4.0][cc-by-image]][cc-by] + +[cc-by]: http://creativecommons.org/licenses/by/4.0/ +[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg + + ## CC Attribution-ShareAlike 4.0 International -Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] - -This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 -International License][cc-by-sa]. - -[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa] - -[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/ -[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png -[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg - +To add a CC BY-SA License to your project, just add the following to your `README.md`. +You should also copy the corresponding +[license text file](https://github.com/santisoler/cc-licenses/blob/master/LICENSE-CC-BY-SA) +and rename it to `LICENSE`. ```markdown Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] @@ -77,3 +76,14 @@ International License][cc-by-sa]. [cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png [cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg ``` + +Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] + +This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 +International License][cc-by-sa]. + +[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa] + +[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/ +[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png +[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg