summary refs log tree commit diff stats
path: root/HACKING.md
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-12-10 23:40:31 +0100
committerhut <hut@lepus.uberspace.de>2014-12-10 23:41:09 +0100
commit8ab348a8da554956071741221e23a25844f395e0 (patch)
tree5b75f52df322cbc72064738665d4347ad02d1c96 /HACKING.md
parent6deb64e69643612022e11772573cac23aabb4983 (diff)
downloadranger-8ab348a8da554956071741221e23a25844f395e0.tar.gz
HACKING.md: use markdown list in "Starting Points" subsection
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/HACKING.md b/HACKING.md
index 79f59b3f..2d26d725 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -34,13 +34,15 @@ Starting Points
 ---------------
 
 Good places to read about ranger internals are:
-ranger/core/actions.py
-ranger/container/fsobject.py
+
+* ranger/core/actions.py
+* ranger/container/fsobject.py
 
 About the UI:
-ranger/gui/widgets/browsercolumn.py
-ranger/gui/widgets/browserview.py
-ranger/gui/ui.py
+
+* ranger/gui/widgets/browsercolumn.py
+* ranger/gui/widgets/browserview.py
+* ranger/gui/ui.py
 
 
 Common Changes