Skip to content

Commit 59d5979

Browse files
committed
Incremental documentation changes
1 parent 4bef759 commit 59d5979

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ This document covers the installation and usage of *mbed CLI*.
99
1. [Installing and uninstalling](#installing-mbed-cli)
1010
1. [Working context and command help](#working-context-and-command-help)
1111
1. [Creating and importing programs](#creating-and-importing-programs)
12-
1. [Importing an existing program](#importing-and-creating-programs)
12+
1. [Importing an existing program](#importing-an-existing-program)
1313
2. [Creating a new program](#creating-a-new-program)
1414
1. [Adding and removing libraries](#adding-and-removing-libraries)
1515
1. [Adding a library](#adding-a-library)
1616
2. [Removing a library](#removing-a-library)
1717
1. [Updating programs and libraries](#updating-programs-and-libraries)
1818
1. [Synchronizing library references](#synchronizing-library-references)
19-
2. [Removing a library](#removing-a-library)
19+
2. [Update scenarios](#update-scenarios)
2020
3. [Updating to an upstream version](#updating-to-an-upstream-version)
2121
1. [Publishing your changes](#publishing-your-changes)
2222
1. [Checking status](#checking-status)
@@ -25,10 +25,10 @@ This document covers the installation and usage of *mbed CLI*.
2525
1. [Toolchain selection](#toolchain-selection)
2626
2. [Compiling your program](#compiling-your-program)
2727
3. [Compiling static libraries](#compiling-static-libraries)
28-
4. [Compiling tests](#compiling-tests)
29-
5. [Automating toolchain and target selection](#automating-toolchain-and-target-selection)
30-
6. [Customizing the build](#customizing-the-build)
31-
7. [Inspecting configuration](#inspecting-configuration)
28+
4. [Compile configuration system](#compile-configuration-system)
29+
5. [Customizing the build](#customizing-the-build)
30+
6. [Automating toolchain and target selection](#automating-toolchain-and-target-selection)
31+
1. [Testing](#Testing)
3232
1. [Exporting to desktop IDEs](#exporting-to-desktop-ides)
3333
1. [Known limitations](#known-limitations)
3434

@@ -204,11 +204,11 @@ $ mbed remove text-lcd
204204

205205
### Updating programs and libraries
206206

207-
__Synchronizing library references__
207+
#### Synchronizing library references
208208

209209
Before triggering an update you might want to synchronize any changes that you've made to the program structure by running ``mbed sync``, which will update the necessary library references and get rid of the invalid ones.
210210

211-
__Updated scenarios__
211+
#### Update scenarios
212212

213213
There are two main scenarios when updating:
214214
* Update to a *moving* revision, e.g. the tip of a branch

0 commit comments

Comments
 (0)