Skip to content

Commit 73459fa

Browse files
A few more updates
Can we add a link to the testing tools in the testing section? Also I think we should call out a link to the config docs.
1 parent 4667e00 commit 73459fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Use these with caution as your uncommitted changes and unpublished libraries can
287287

288288
#### Checking status
289289

290-
As you work on s code, you'll edit parts of it - either your own program code or code in some of the libraries that it depends on. You can get the status of all the repositories in your program (recursively) by running `mbed status`. If a repository has uncommitted changes, this command will display these changes. Example:
290+
As you develop your program, you'll edit parts of it - either your own code or code in some of the libraries that it depends on. You can get the status of all the repositories in your program (recursively) by running `mbed status`. If a repository has uncommitted changes, this command will display these changes. Example:
291291

292292
```
293293
[mbed] Status for "mbed-os-program":
@@ -503,7 +503,7 @@ A ``.uvproj`` file is created in the projectfiles/uvision folder. You can open t
503503

504504
### Testing
505505

506-
Use `mbed test --list-compile` to list the tests available:
506+
mbed OS comes with a comprehensive set of test tools (see blah.blah.com), and you can use *mbed CLI* to manage and execute tests for you. Use `mbed test --list-compile` to list the tests available:
507507

508508
```
509509
$ mbed test --list-compile

0 commit comments

Comments
 (0)