consistent rename cLAN -> Clan

This commit is contained in:
Jörg Thalheim
2024-05-27 15:54:17 +02:00
committed by Mic92
parent 1df4e361f7
commit c0a54f539a
9 changed files with 25 additions and 25 deletions

View File

@@ -1,10 +1,10 @@
# cLAN module maintaining
# Clan module maintaining
## General Description
cLAN modules are pieces of software that can be used by admins to build a private or public infrastructure.
Clan modules are pieces of software that can be used by admins to build a private or public infrastructure.
cLAN modules should have the following properties:
Clan modules should have the following properties:
1. Documented: It should be clear what the module does and how to use it.
1. Self contained: A module should be usable as is. If it requires any other software or settings, those should be delivered with the module itself.