@@ -29,14 +29,14 @@ In that case, basics.h will state a version number of the for:
2929where "xxx" states the geographical limitation.
3030
3131
32- ## A Real-Life Example, The 'mapcode' Codec Tool: ` example /`
32+ ## A Real-Life Example, The 'mapcode' Codec Tool: ` utility /`
3333
34- The directory 'example ' contains a Mapcode encoding/decoding utility, as an example
34+ The directory 'utility ' contains a Mapcode encoding/decoding utility, as an example
3535of how to use the library.
3636
3737To build the original Mapcode tool, execute:
3838
39- cd example
39+ cd utility
4040 gcc mapcode.cpp -o mapcode
4141
4242For help, simply execute the binary file 'mapcode' without no arguments.
@@ -59,17 +59,17 @@ decode Mapcodes.
5959
6060* 1.41.1
6161
62- Bugfix for “example /mapcode” utility (-d option was case sensitive).
62+ Bugfix for “utility /mapcode” utility (-d option was case sensitive).
6363
6464* 1.41
6565
6666 Added the India state Telangana (IN-TG), until 2014 a region in Adhra Pradesh.
6767
68- Fixed a problem with the "extraDigits" parameter of the “example /mapcode" utility (maximum digits is 2, not 3).
68+ Fixed a problem with the "extraDigits" parameter of the “utility /mapcode" utility (maximum digits is 2, not 3).
6969
7070* 1.40
7171
72- Added extraDigits parameter to allow high-precision mapcodes to be generated by the “example /mapcode” utility.
72+ Added extraDigits parameter to allow high-precision mapcodes to be generated by the “utility /mapcode” utility.
7373
7474* 1.33
7575
0 commit comments