Skip to content

Commit f5dd41e

Browse files
Amanda Butlerscreamerbg
authored andcommitted
Copy edit changes to README.md
Make minor grammar tweaks.
1 parent 6316021 commit f5dd41e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,10 @@ For safety reasons, Mbed CLI uses the `mbed-cache` subfolder to a user specified
875875
**Security notice**: If you use cache location outside your user home/profile directory, then other system users might be able to access the repository cache and therefore the data of the cached repositories.
876876

877877
### Offline mode
878-
Through the caching feature in Mbed CLI, you can enable offline mode, which will use the already cached repositories on your system. You can enable offline mode by adding `--offline` switch to `mbed import`, `mbed add`, `mbed update` and `mbed new`.
879878

880-
In offline mode, Mbed CLI will look up for locally cached repositories and use them without fetching new content from their remote repositories. This is particularly useful if for example you are in a plane and you'd like to create another Mbed OS project (assuming you've imported or crated one before), but you don't have access to Internet. By using the command `mbed new <project_name> --offline`, you will be able to create the project with Mbed OS included.
879+
Through the caching feature in Mbed CLI, you can enable offline mode, which uses the already cached repositories on your system. You can enable offline mode by adding the `--offline` switch to `mbed import`, `mbed add`, `mbed update` and `mbed new`.
880+
881+
In offline mode, Mbed CLI looks up locally cached repositories and uses them without fetching new content from their remote repositories. This is particularly useful if for example you are in a plane and you'd like to create another Mbed OS project (assuming you've imported or created one before), but you don't have access to the internet. By using the command `mbed new <project_name> --offline`, you can create the project with Mbed OS included.
881882

882883
## Mbed CLI configuration
883884

0 commit comments

Comments
 (0)