diff --git a/Documentation/Crossroad.cdr b/Documentation/Crossroad.cdr new file mode 100755 index 0000000..8fc693a Binary files /dev/null and b/Documentation/Crossroad.cdr differ diff --git a/Documentation/Crossroad1.png b/Documentation/Crossroad1.png new file mode 100755 index 0000000..fa016af Binary files /dev/null and b/Documentation/Crossroad1.png differ diff --git a/Documentation/logo.png b/Documentation/logo.png new file mode 100755 index 0000000..96a0704 Binary files /dev/null and b/Documentation/logo.png differ diff --git a/README.md b/README.md index 9c8ccff..57e19d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Crossroad +[![Crossroad](Documentation/logo.png)](https://github.com/giginet/Crossroad) [![Build Status](https://travis-ci.org/giginet/Crossroad.svg?branch=master)](https://travis-ci.org/giginet/Crossroad) [![Language](https://img.shields.io/badge/language-Swift%204.1-orange.svg)](https://swift.org) @@ -156,3 +156,9 @@ router.register([ let userInfo = UserInfo(userID: User.current.id) router.openIfPossible(url, userInfo: userInfo) ``` + +## License + +Crossroad is released under the MIT License. + +Header logo is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. Original design by [@Arslanshn](https://github.com/Arslanshn).