Skip to content

Commit ea49343

Browse files
fix installation instructions (#14)
1 parent 4d36139 commit ea49343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your build.zig.zon file and run `zig build`.
5353
.{
5454
.dependencies = .{
5555
.@"zig-android-sdk" = .{
56-
.path = "https://github.com/zigimg/zigimg/archive/REPLACE_WITH_WANTED_COMMIT.tar.gz",
56+
.path = "https://github.com/silbinarywolf/zig-android-sdk/archive/REPLACE_WITH_WANTED_COMMIT.tar.gz",
5757
// .hash = REPLACE_WITH_HASH_FROM_BUILD_ERROR
5858
},
5959
},

0 commit comments

Comments
 (0)