From 34a9453e86d0f6001c314a6d607421afe6e93536 Mon Sep 17 00:00:00 2001 From: Vinh Nguyen Date: Sat, 14 May 2022 21:26:05 +0700 Subject: [PATCH] Add link reference to official EventKit document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d175622..9459928 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Swift](https://github.com/vinhnx/Shift/actions/workflows/ci.yml/badge.svg)](https://github.com/vinhnx/Shift/actions/workflows/ci.yml) -Shift is a light-weight concurrency wrapper for EventKit: +Shift is a light-weight concurrency wrapper for [EventKit](https://developer.apple.com/documentation/eventkit): + Concurrency ready with `async`/`await`. (tag: `0.7.0`) + Tranditional, [`Result`](https://developer.apple.com/documentation/swift/result) completion handler if preferred (tag: `0.6.0`) + Thread-safe.