From ac9e8c9b78ea45118ed64a26014260b5652d3932 Mon Sep 17 00:00:00 2001 From: anuj kumar <37483506+anujkd09@users.noreply.github.com> Date: Sat, 3 Oct 2020 15:10:29 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476fac3..8eab323 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Loki A C++ Template library, developed by Andrei Alexandrescu, the author of the book _Modern C++ Design_. -Source code in this project is tied to _Modern C++ Design_. For the mostly recent updates, please refer to the official project in SourceForge.net: http://sourceforge.net/projects/loki-lib/files/Loki/ +Source code in this project is tied up with _Modern C++ Design_. For the mostly recent updates, please refer to the official project in SourceForge.net: http://sourceforge.net/projects/loki-lib/files/Loki/ The purpose to create this repository is just to do experiments in _Modern C++ Design_.