Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:nodes-vapor/slugify
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Rasmussen authored and Casper Rasmussen committed Dec 22, 2016
2 parents e8ea47e + 1b8663c commit 5da4343
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ Update your `Package.swift` file.
.Package(url: "https://github.com/nodes-vapor/slugify", majorVersion: 0)
```

```
import Slugiy
```

```
print("My test URL æøå".slugify())
prints: my-test-url-aeoa
```

## 🏆 Credits
This package is developed and maintained by the Vapor team at [Nodes](https://www.nodes.dk).

## 📄 License
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 comments on commit 5da4343

Please sign in to comment.