From 4371a5277bf633020a97ea819e6b9cb10a47a2ad Mon Sep 17 00:00:00 2001 From: Tim Ambrogi Date: Thu, 19 May 2022 12:32:07 -0400 Subject: [PATCH] Added link to GitHub project at top of README.md. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af99fad..f920ed4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Squid::Tasks is a header-only C++14 coroutine-based task library for games. +Full project and source code available at https://github.com/westquote/SquidTasks/. + Full API documentation can be found at https://westquote.github.io/SquidTasks/. ## Overview of Squid::Tasks