diff options
author | hut <hut@lavabit.com> | 2010-01-24 21:13:48 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-24 21:13:48 +0100 |
commit | 6b1aaadeab5bac3f039b165fb21a0fdec3e45aca (patch) | |
tree | dbf7313d75096ddb8c0c29f07eb2e6b67d58a2a1 /README | |
parent | 1b0786f26c8a53104bae8c656e012c82202b2453 (diff) | |
download | ranger-6b1aaadeab5bac3f039b165fb21a0fdec3e45aca.tar.gz |
README: corrected bad instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
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: |