Skip to content

Commit

Permalink
docs: update README.md (google#8383)
Browse files Browse the repository at this point in the history
compliation -> compilation
  • Loading branch information
eltociear authored Sep 6, 2024
1 parent 2146bac commit c7a8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maximum memory efficiency. It allows you to directly access serialized data with

1. Build the compiler for flatbuffers (`flatc`)

Use `cmake` to create the build files for your platform and then perform the compliation (Linux example).
Use `cmake` to create the build files for your platform and then perform the compilation (Linux example).

```
cmake -G "Unix Makefiles"
Expand Down

0 comments on commit c7a8102

Please sign in to comment.