Fixed Library Location in CppUsage.md

Fixed Library Location 
"https://github.com/google/flatbuffers/tree/master/include/flatbuffers"
in CppUsage.md
This commit is contained in:
Mahmut Ali ÖZKURAN 2016-05-18 12:02:32 +03:00
parent 77742a3fba
commit 747a8c628e
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ your program by including the header. As noted, this header relies on
The code for the FlatBuffers C++ library can be found at The code for the FlatBuffers C++ library can be found at
`flatbuffers/include/flatbuffers`. You can browse the library code on the `flatbuffers/include/flatbuffers`. You can browse the library code on the
[FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/ [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/include/flatbuffers).
include/flatbuffers).
## Testing the FlatBuffers C++ library ## Testing the FlatBuffers C++ library