about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-24 21:13:48 +0100
committerhut <hut@lavabit.com>2010-01-24 21:13:48 +0100
commit6b1aaadeab5bac3f039b165fb21a0fdec3e45aca (patch)
treedbf7313d75096ddb8c0c29f07eb2e6b67d58a2a1 /README
parent1b0786f26c8a53104bae8c656e012c82202b2453 (diff)
downloadranger-6b1aaadeab5bac3f039b165fb21a0fdec3e45aca.tar.gz
README: corrected bad instructions
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index bb013464..764ab57e 100644
--- a/README
+++ b/README
@@ -87,8 +87,8 @@ The options.py defines the import path of "apps", "keys" and the
 colorscheme.  To use the files you placed in ~/.ranger/, you may need
 to make this changes in the options.py:
 
-"from ranger.defaults import apps, keys" => "from . import apps, keys"
-"from ranger import colorschemes" => "from . import colorschemes"
+"from ranger.defaults import apps, keys" => "import apps, keys"
+"from ranger import colorschemes" => "import colorschemes"
 
 
 == Guidelines for developers: