From eeb4cce46870f2b57043fca50ea5bc680e72ec8a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 06:27:18 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5148ed1..4ec27cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -###INTRODUCTION +### INTRODUCTION Go-mtpfs is a simple FUSE filesystem for mounting Android devices as a MTP device. @@ -14,7 +14,7 @@ which is based on libusb. -###COMPILATION +### COMPILATION * Install the Go compiler suite; e.g. on Ubuntu: ``` @@ -44,7 +44,7 @@ go install github.com/hanwen/go-mtpfs http://hanwen.home.xs4all.nl/public/software/go-mtpfs/ -###USAGE +### USAGE ``` mkdir xoom go-mtpfs xoom & @@ -56,7 +56,7 @@ the device; the filesystem then will continue to function, but generates I/O errors when it reads from or writes to the device. -###CAVEATS +### CAVEATS * It does not implement rename between directories, because the Android stack does not implement it. @@ -65,12 +65,12 @@ generates I/O errors when it reads from or writes to the device. that the phone makes to the media database while connected. -###FEEDBACK +### FEEDBACK You can send your feedback through the issue tracker at https://github.com/hanwen/go-mtpfs -###DISCLAIMER +### DISCLAIMER This is not an official Google product.