Skip to content

Commit bfa6004

Browse files
Fixed typos in the README
1 parent b71f82b commit bfa6004

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,15 @@ rfl::cbor::write(homer);
115115
rfl::flexbuf::write(homer);
116116
rfl::msgpack::write(homer);
117117
rfl::toml::write(homer);
118+
rfl::ubjson::write(homer);
118119
rfl::xml::write(homer);
119120

120121
rfl::bson::read<Person>(bson_bytes);
121122
rfl::cbor::read<Person>(cbor_bytes);
122123
rfl::flexbuf::read<Person>(flexbuf_bytes);
123124
rfl::msgpack::read<Person>(msgpack_bytes);
124125
rfl::toml::read<Person>(toml_string);
126+
rfl::ubjson::read<Person>(ubjson_bytes);
125127
rfl::xml::read<Person>(xml_string);
126128
```
127129

@@ -635,7 +637,7 @@ To run the tests, do the following:
635637
./build/tests/msgpack/reflect-cpp-msgpack-tests
636638
./build/tests/json/reflect-cpp-json-tests
637639
./build/tests/toml/reflect-cpp-toml-tests
638-
./build/tests/toml/reflect-cpp-ubjson-tests
640+
./build/tests/ubjson/reflect-cpp-ubjson-tests
639641
./build/tests/xml/reflect-cpp-xml-tests
640642
./build/tests/yaml/reflect-cpp-yaml-tests
641643
```

0 commit comments

Comments
 (0)