Tweaked readme document to make the C++ code example more correct.
This commit is contained in:
parent
2de9610756
commit
924b590c32
|
@ -77,6 +77,7 @@ Python language:
|
|||
|
||||
C++ language:
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "QrCode.hpp"
|
||||
using namespace qrcodegen;
|
||||
|
|
Loading…
Reference in New Issue