about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
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: