Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Mar 2, 2024
1 parent d5b7517 commit ee5e332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ clean:
run:
zig build run-basic -freference-trace
zig build run-advanced -freference-trace
zig build run-multi -freference-trace

test:
zig build test
Expand Down
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#+TITLE: zig-curl
#+DATE: 2023-09-16T23:16:15+0800
#+LASTMOD: 2024-01-26T22:07:12+0800
#+LASTMOD: 2024-03-02T20:57:50+0800
#+OPTIONS: toc:nil num:nil
#+STARTUP: content

Expand Down Expand Up @@ -66,7 +66,7 @@ exe.linkLibC();
#+end_src

* Roadmap
- [ ] Currently only easy API is supported, support [[https://curl.se/libcurl/c/libcurl-multi.html][multi API]].
- [x] Currently only easy API is supported, support [[https://curl.se/libcurl/c/libcurl-multi.html][multi API]].

* License
[[file:LICENSE][MIT]]

0 comments on commit ee5e332

Please sign in to comment.