Skip to content

Commit 3fbb772

Browse files
authored
Merge pull request #498 from yennster/typo_fixes
README.md: Typo fixes
2 parents 5eb3d48 + 1b3f1fa commit 3fbb772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -699,12 +699,12 @@ When you create a new (local) version control managed program or library, its re
699699
1. Copy the URL/location of the new repository in your clipboard.
700700
1. Open command-line in the local repository directory (for example, change directory to `mbed-os-example/local-lib`).
701701
1. To associate the local repository:
702-
* For Git, run `git remote add origin <url-or-paht-to-your-remote-repo>`.
702+
* For Git, run `git remote add origin <url-or-path-to-your-remote-repo>`.
703703
* For Mercurial, edit .hg/hgrc and add (or replace if exists):
704704

705705
```
706706
[paths]
707-
default = <url-or-paht-to-your-remote-repo>
707+
default = <url-or-path-to-your-remote-repo>
708708
```
709709

710710
1. Run `mbed publish` to publish your changes.
@@ -745,7 +745,7 @@ To update your program to another upstream version, go to the root folder of the
745745
$ mbed update [branch|tag|revision]
746746
```
747747

748-
This fetches new revisions from the remote repository, updating the program to the specified branch, tag or revision. If you don't specificy any of these, then `mbed update` updates to the latest revision of the current branch. `mbed update` performs this series of actions recursively against all dependencies in the program tree.
748+
This fetches new revisions from the remote repository, updating the program to the specified branch, tag or revision. If you don't specify any of these, then `mbed update` updates to the latest revision of the current branch. `mbed update` performs this series of actions recursively against all dependencies in the program tree.
749749

750750
#### Updating a library
751751

0 commit comments

Comments
 (0)