Explorar o código

Merge pull request #152 from agsimmons/patch-1

Fix markdown formatting / typo
Anthony Lavado %!s(int64=6) %!d(string=hai) anos
pai
achega
75068407c6
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Emby.IsoMounting/README.md

+ 3 - 3
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.