Skip to content

Commit 30eb9ac

Browse files
committed
Fix README.md
1 parent abf1794 commit 30eb9ac

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
@@ -12,8 +12,8 @@ A cross-platform header only C++14 library for interactive command line interfac
1212

1313
[:heart: Sponsor](https://github.com/sponsors/daniele77)
1414

15-
**IMPORTANT: Breaking API changes** Version 2.0 of `cli` have made breaking changes in order to add more functionality.
16-
To migrate your application to new `cli` version your code, see the secion
15+
**IMPORTANT: Breaking API changes!** Version 2.0 of `cli` has made breaking changes in order to add more functionality.
16+
To migrate your application to new `cli` version, see the section
1717
"Async programming and Schedulers" of this file, or the examples that come with the library.
1818

1919
## Features
@@ -140,7 +140,7 @@ Set the environment variable BOOST. Then, open the file
140140
If you have doxygen installed on your system, you can get the html documentation
141141
of the library in this way:
142142

143-
<enter the directory doc/doxy>
143+
cd doc/doxy
144144
doxygen Doxyfile
145145

146146
## CLI usage

0 commit comments

Comments
 (0)