Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored and hanwen committed Apr 18, 2017
1 parent bc7c0f7 commit eeb4cce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
@@ -1,4 +1,4 @@
###INTRODUCTION
### INTRODUCTION

Go-mtpfs is a simple FUSE filesystem for mounting Android devices as a
MTP device.
Expand All @@ -14,7 +14,7 @@ which is based on libusb.



###COMPILATION
### COMPILATION

* Install the Go compiler suite; e.g. on Ubuntu:
```
Expand Down Expand Up @@ -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 &
Expand All @@ -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.
Expand All @@ -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.

0 comments on commit eeb4cce

Please sign in to comment.