Skip to content

Commit f003842

Browse files
authored
docs: readme improvements
1 parent b19d41f commit f003842

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
Taylor makes beautiful words happen, a Lorem Ipsum generator for Swift.
44

5-
## Installing
5+
## 🛠 Installing
66

7-
Taylor can be installed using Swift Package Manager.
7+
### Swift Package Manager
88

9-
## Usage
9+
Please see see [the WWDC presentation](https://developer.apple.com/videos/play/wwdc2019/408/) for
10+
instructions on using Swift packages in your application.
11+
12+
Use `https://github.com/artisanfcode/swift-taylor.git` as url for the `Taylor` package dependency.
13+
14+
## 🎓 Usage
1015

1116
Taylor provides static methods for generating different types of text.
1217

@@ -48,10 +53,15 @@ Generate a capitalised title.
4853
let title = Taylor.title()
4954
```
5055

51-
## Licence
56+
## ⚖️ Licence
5257

5358
This project is licensed under the [MIT licence](http://dan.mit-license.org/).
5459

55-
## Meta
60+
All documentation and images are licenced under the
61+
[Creative Commons Attribution-ShareAlike 4.0 International License][cc_by_sa].
62+
63+
[cc_by_sa]: https://creativecommons.org/licenses/by-sa/4.0/
64+
65+
## 📝 Meta
5666

5767
This project uses [Semantic Versioning](http://semver.org/).

0 commit comments

Comments
 (0)