summaryrefslogtreecommitdiffstats
path: root/glances/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'glances/README.txt')
-rw-r--r--glances/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/glances/README.txt b/glances/README.txt
index fe29ae0e..b512e62b 100644
--- a/glances/README.txt
+++ b/glances/README.txt
@@ -1,6 +1,7 @@
-You are in the main Glances's source folder. This page is **ONLY** for developpers purposes.
+You are in the main Glances source folder. This page is **ONLY** for developers.
-If you are looking for the user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
+If you are looking for the user manual, please follow this link:
+https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
===
@@ -9,11 +10,10 @@ __main__.py Entry point for Glances module
core/
=> Glances core folder
glances_config.py Manage configuration file
- glances_globals.py Share variables uppon modules
+ glances_globals.py Share variables upon modules
glances_limits.py Manage limits
glances_logs.py Manage logs
glances_main.py Main script to rule them up...
- glances_stats.py Inteface to grab stats
glances_client.py Glances client
glances_server.py Glances server
glances_standalone.py Glances standalone (with curse interface)