Commit a150450486700ae28a44f0667cf83f65de2d258b

Authored by Jarryd Beck
1 parent e8b5beff

Readme change for 3.0

Showing 1 changed file with 3 additions and 3 deletions
README.md
... ... @@ -7,9 +7,9 @@ tagged release version.
7 7  
8 8 ## Version 3 breaking changes
9 9  
10   -If you have used version 2, there are a couple of breaking changes in (the as
11   -yet unreleased, current master) version 3 that you should be aware of. If you are new to
12   -`cxxopts` you can skip this section.
  10 +If you have used version 2, there are a couple of breaking changes in version 3
  11 +that you should be aware of. If you are new to `cxxopts` you can skip this
  12 +section.
13 13  
14 14 The parser no longer modifies its arguments, so you can pass a const `argc` and
15 15 `argv` and expect them not to be changed.
... ...