Skip to content

Commit 5d7fc4e

Browse files
Merge pull request #739 from bridadan/remove_projectfiles_dir_from_readme
Correcting export directory in README
2 parents 59c57db + 4da1332 commit 5d7fc4e

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
@@ -539,7 +539,7 @@ For example, to export to uVision, run:
539539
$ mbed export -i uvision -m K64F
540540
```
541541

542-
Mbed CLI creates a `.uvprojx` file in the projectfiles/uvision folder. You can open the project file with uVision.
542+
Mbed CLI creates a `.uvprojx` file in the root project directory. You can open the project file with uVision.
543543

544544
### Serial terminal
545545

0 commit comments

Comments
 (0)