From 0c3f8d38d752993c1cc4bfbd730cedc2fb89945d Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Wed, 14 Feb 2024 00:23:14 +0100 Subject: [PATCH] add notes completeness disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53fe296..354fe5e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Programming Notes Personal notes on various programming languages to be used as quick reference. Sum-up of personal knowledge. + +> **Note**: These notes are not meant to be _comprehensive_ but to contain the most frequently used information . For _complete_ and _up to date_ documentation always go to the primary source.