aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2018-12-14 11:24:47 -0500
committerGitHub <noreply@github.com>2018-12-14 11:24:47 -0500
commit75068407c65b666a6d6fe89ed8a13f52420f8548 (patch)
tree03e842f7ee6dccb3d891b6e71a3a158d43a62592
parentd48f1ad3ae1e6877d2ebec3a2719109859df473a (diff)
parent330a1df340a02f5681a4e31f907c166e614267ab (diff)
Merge pull request #152 from agsimmons/patch-1
Fix markdown formatting / typo
-rw-r--r--Emby.IsoMounting/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Emby.IsoMounting/README.md b/Emby.IsoMounting/README.md
index 90cdc01ba..78bab9936 100644
--- a/Emby.IsoMounting/README.md
+++ b/Emby.IsoMounting/README.md
@@ -1,8 +1,8 @@
-#MediaBrowser.IsoMounting.Linux
+# MediaBrowser.IsoMounting.Linux
This implements two core interfaces, IIsoManager, and IIsoMount.
-###IIsoManager
+### IIsoManager
The manager class can be used to create a mount, and also determine if the mounter is capable of mounting a given file.
-###IIsoMount
+### IIsoMount
IIsoMount then represents a mount instance, which will be unmounted on disposal.
***
This Linux version use sudo, mount and umount.