aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Simmons <agsimmons0@gmail.com>2018-12-14 09:31:12 -0500
committerGitHub <noreply@github.com>2018-12-14 09:31:12 -0500
commit330a1df340a02f5681a4e31f907c166e614267ab (patch)
tree46ebf6f8ab63e58f6388edc5ef7b43e2003d6c5c
parentb36b526f27ebd9ac716d743eea26e65407ceeea4 (diff)
Fix markdown formatting
-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.