Skip to content

Commit 2a1f07d

Browse files
committed
Minor fix to README.md
1 parent 49cceeb commit 2a1f07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ mbed cache [on|off|dir <path>|ls|purge|-h|--help]
863863

864864
* `on` - Turn repository caching on. Will use either the default or the user specified cache directory.
865865
* `off` - Turn repository caching off. Note that this doesn't purge cached repositories. See "purge".
866-
* 'dir' - Set cache directory. Set to "default" to let mbed CLI determine the cache directory location. Typically this is `~/.mbed/mbed-cache/` on UNIX systems, or `%%userprofile%%/.mbed/mbed-cache/` on Windows systems.
866+
* `dir` - Set cache directory. Set to "default" to let mbed CLI determine the cache directory location. Typically this is `~/.mbed/mbed-cache/` on UNIX systems, or `%%userprofile%%/.mbed/mbed-cache/` on Windows systems.
867867
* `ls` - List cached repositories and their size.
868868
* `purge` - Purge cached repositories. Note that this doesn't turn caching off.
869869
* `-h` or `--help` - Print cache command options.

0 commit comments

Comments
 (0)