Fix markdown formatting

This commit is contained in:
Andrew Simmons
2018-12-14 09:31:12 -05:00
committed by GitHub
parent b36b526f27
commit 330a1df340

View File

@@ -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.