Skip to content

Commit 1c11e06

Browse files
authored
Update README.md
1 parent 4dae739 commit 1c11e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [zsdl](https://github.com/zig-gamedev/zsdl)
22

3-
Zig bindings for SDL libs.
3+
Zig bindings for SDL libs. Work in progress.
44

55
## Getting started (SDL2)
66

@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) !void {
2121
@import("zsdl").link_SDL2_ttf(exe);
2222
2323
exe.root_module.addImport("zsdl2_image", zsdl.module("zsdl2_image"));
24-
@imporT("zsdl").link_SDL2_image(exe);
24+
@import("zsdl").link_SDL2_image(exe);
2525
2626
// Optionally use prebuilt libs instead of relying on system installed SDL...
2727
@import("zsdl").prebuilt.addLibraryPathsTo(exe);

0 commit comments

Comments
 (0)