From 38dc5632f8350f86c5d7b2a1ce05fd7ec287624e Mon Sep 17 00:00:00 2001 From: hawkfalcon Date: Wed, 2 May 2018 19:33:33 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d7b5d4..ee70c9e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ ## About Peregrine is a free and open source menubar macOS app to instantly share text or code to [gist.github.com](https://gist.github.com). -It is written 100% in Swift 4 and uses Apple's Cocoa API. +It is written in Swift 4 and uses Apple's Cocoa API. Created for my Senior Project @ Cal Poly SLO +[CustomSharingService - Medium article coming soon](https://github.com/hawkfalcon/CustomSharingService) + ## Features * Create Gists from the menubar * Login to your GitHub account @@ -15,7 +17,7 @@ Created for my Senior Project @ Cal Poly SLO * Import files ## Contributing -Feel free to contibute +Feel free to contibute by submitting a [pull request](https://github.com/hawkfalcon/Peregrine/pulls) ## License -MIT +[MIT](/LICENSE)