diff --git a/README.md b/README.md index 45e85ad81..04ca5e650 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Mountpoint for Amazon S3 is optimized for applications that need high read throu but probably not the right fit for applications that: * use file operations that S3 doesn't natively support, like directory renaming or symlinks -* make edits or appends to existing files in-place (don't work on your Git repository or SQLite database in Mountpoint 😄) +* make edits to existing files (don't work on your Git repository or run `vim` in Mountpoint 😄) Mountpoint for Amazon S3 does not implement all the features of a POSIX file system, and there are some differences that may affect compatibility with your application. See [Mountpoint file system behavior](doc/SEMANTICS.md) for a detailed description of Mountpoint for Amazon S3's behavior and POSIX support and how they could affect your application.