From 86ae85f1309eba83f6de46142bb7b5fd4bbfac58 Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 6 Jan 2023 17:46:23 +0100 Subject: [PATCH] docs: add online documentation link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8514ddd..c3b6d2d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ C is a low-level programming language and we often end up reinventing the wheel **libcproject** solve this by providing common functions or data structures (`dictionary`, `linked_list`, `queue`, `stack`, etc.) we might need in our C projects. +[Online documentation](https://libcproject.vercel.app/). + ## Prerequisites - [GNU coreutils](https://www.gnu.org/software/coreutils/)