Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Sep 27, 2024
1 parent 6c98216 commit effeded
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 @@ -26,7 +26,7 @@ pub fn main() !void {
```zig
.dependencies = .{
.flx = .{
.url = "https://github.com/jcs090218/zig-flx/archive/9370accf3bb09a9e27a8c3a6ed7181cecc6679be.tar.gz",
.url = "https://github.com/the-flx/zig-flx/archive/9370accf3bb09a9e27a8c3a6ed7181cecc6679be.tar.gz",
.hash = "12205a4519fc774374102a05b52a460e4598019dc775d7fb535517171a45abad3a08",
},
},
Expand All @@ -46,7 +46,7 @@ exe.addModule("flx", flx_mod);
const flx = @import("flx");
```

*📝 P.S. See [examples](https://github.com/jcs090218/zig-flx/tree/master/examples) for full example!*
*📝 P.S. See [examples](https://github.com/the-flx/zig-flx/tree/master/examples) for full example!*

## ⚜️ License

Expand Down

0 comments on commit effeded

Please sign in to comment.