From 537f1aa7c572cd22aa021a6c0c78719c91d520a5 Mon Sep 17 00:00:00 2001 From: Tim Ambrogi Date: Thu, 19 May 2022 12:23:05 -0400 Subject: [PATCH] Added README.md link to full API documentation at https://westquote.github.io/SquidTasks/. License section added to README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ee388d7..a353206 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Squid::Tasks is a header-only library consisting of several top-level headers wi Sample projects can be found under the @c /samples directory. +Full API documentation can be found at https://westquote.github.io/SquidTasks/. + +License +======================== +Squid::Tasks is developed by Tim Ambrogi Saxon and Elliott Mahler at Giant Squid Studios, and uses the [MIT License](https://en.wikipedia.org/wiki/MIT_License). + Integrating Squid::Tasks ========================