aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <Mrt134@users.noreply.github.com>2017-04-10 11:27:52 -0400
committerGitHub <noreply@github.com>2017-04-10 11:27:52 -0400
commite8805a042f324b1350b5acbcd9eb0ec2fe2ec56f (patch)
treec2b03e403ed0667320bc5be4deaa562a8a82e7ce
parentFix internal TOC references. (diff)
downloadlumina-e8805a042f324b1350b5acbcd9eb0ec2fe2ec56f.tar.gz
lumina-e8805a042f324b1350b5acbcd9eb0ec2fe2ec56f.tar.bz2
lumina-e8805a042f324b1350b5acbcd9eb0ec2fe2ec56f.zip
Try again: TOC internal link fix (experiment)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13e957cb..d4ea8c76 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ For additional information about the project, please browse the official website
**Lumina Project Info: Table of Contents**
-- [Description](#Description)
+- [Description](#description)
- [Latest Versions](#Latest Versions)
- [Translations](#Translations)
- [How to file bug reports or feature requests](#How to file bug reports or feature requests)
@@ -32,7 +32,7 @@ For additional information about the project, please browse the official website
<!-- END GENERAL INFO TOC -->
-Description
+Description <a name="description"></a>
=====
The Lumina Desktop Environment is a lightweight system interface that is designed for use on any Unix-like operating system. It takes a plugin-based approach, allowing the entire interface to be assembled/arranged by each individual user as desired, with a system-wide default layout which can be setup by the system administrator. This allows every system (or user session) to be designed to maximize the individual user's productivity.
bgstack15