Skip to content

Commit

Permalink
fix a typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 18, 2024
1 parent 93d78c2 commit d332987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Add a build.zig.zon file to your project which has at least a `.sokol` dependenc
.{
.name = "my_project",
.version = "0.1.0",
.path = .{
.paths = .{
"src"
"build.zig",
"build.zig.zon",
Expand Down Expand Up @@ -233,4 +233,4 @@ This list might grow longer over time!
- the Zig stdlib only has limited support for the `wasm32-emscripten`
target, for instance using `std.fs` functions will most likely fail
to compile (the sokol-zig bindings might add more sokol headers
in the future to fill some of the gaps)
in the future to fill some of the gaps)

0 comments on commit d332987

Please sign in to comment.