diff --git a/apps/fileman/README.md b/apps/fileman/README.md index df589d589..49fa9e31d 100644 --- a/apps/fileman/README.md +++ b/apps/fileman/README.md @@ -2,7 +2,7 @@ A small file manager, mostly written for debugging issues on the watch. Upon opening, the app will display a list of all the files in storage (it will contract the sub-components of a StorageFile into one entry). -When selecting a file the following option occurs (depending on file type detected by extension): +When selecting a file the following options appear (depending on file type detected by extension): - Length: file size in bytes - Display file: print out file contents on screen (will attempt to add back newlines for minimized JS code)