aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclifforama <clifforama@users.noreply.github.com>2021-11-03 18:34:12 -0400
committerclifforama <clifforama@users.noreply.github.com>2021-11-03 18:34:12 -0400
commitc9a8550a26f81ce131bc1620a8ee2f893825ee90 (patch)
tree76b73aaab50c44848a0e0e420add23094d910cec /README.md
parent36a1d9a55459f65740f7f39582b753339efc17dc (diff)
downloadmulti-mount-c9a8550a26f81ce131bc1620a8ee2f893825ee90.tar.gz
Trivial edits to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e56a3d..ec3b53f 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ This Magisk module mounts one or more filesystems (e.g. CIFS/SMB, NFS, etc.).
## Notes
-- Every distinct mount requires its own config file. E.g. to mount multiple CIFS shares, create multiple config files
+- Every distinct mount requires its own config file. So, to mount multiple CIFS shares, create multiple config files
(e.g. `cifs-1.conf`, `cifs-2.conf`, etc.). Filenames are arbitrary, but must end in `.conf`.
- Config files are read at boot. Reboot for changes to take effect.