docs(readme) read

This commit is contained in:
coderaiser 2019-05-13 17:59:19 +03:00
parent bb73d81256
commit ee809e1fe7

View file

@ -467,7 +467,7 @@ Some config options can be overridden with environment variables, such as:
### User Menu
You can enable `user menu` with help of a flag `--user-menu` (consider that file rename using `F2` will be disabled).
When you press `F2` Cloud Commander will a file `.cloudcmd.menu.js` by walking up parent directories, if can't read it will try to read `~/.cloudcmd.menu.js`.
When you press `F2` Cloud Commander will read a file `.cloudcmd.menu.js` by walking up parent directories, if can't read it will try to read `~/.cloudcmd.menu.js`.
Let's consider example `user menu` works file:
```js