From ff480248a69a3a70b73e4900f527b1d677e18df8 Mon Sep 17 00:00:00 2001 From: netico Date: Tue, 15 Mar 2022 18:51:21 +0100 Subject: [PATCH] Documentation fixed --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5e1ad0..9b4e3d3 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,22 @@ This is a collection of code snippets, documentation, scattered notes, how-to's, proofs of concept, and experiments, designed to be a useful tool for entering the world of computer programming. -### [OSM](https://git.lattuga.net/netico/code-library/src/master/OSM) +### [Graphics](https://git.lattuga.net/netico/code-library/src/master/Graphics/) -Crazy fun with **OpenStreetMaps**. +Things related to **digital images** and photographs. ### [Network](https://git.lattuga.net/netico/code-library/src/master/Network) Things related to the Internet and **networks** in general. -### [Graphics](https://git.lattuga.net/netico/code-library/src/master/Graphics/) +### [OSM](https://git.lattuga.net/netico/code-library/src/master/OSM) -Things related to **digital images** and photographs. +Crazy fun with **OpenStreetMaps**. + +### [PHP Framework](https://git.lattuga.net/netico/code-library/src/master/Framework/bones) + +Develop your own **PHP Framework** without any good reason. + +### [Slackware](https://git.lattuga.net/netico/code-library/src/master/Slackware/) + +Things related to **Slackware Linux**.