Skip to content

Commit

Permalink
Merge pull request #3 from UrielCh/main
Browse files Browse the repository at this point in the history
Fix Markdown link
  • Loading branch information
aapoalas authored Jan 29, 2023
2 parents 0b4dfdb + 6ddbab5 commit 44ccf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FFI API with a more idiomatic and fully typed TypeScript API.
The Deno FFI binding declarations are generated automatically by `libclang-deno`
build script which uses the library's APIs to implement a basic C header walker,
complete with comment JSDoc'ifying. Check out
[https://github.com/aapoalas/libclang-deno/blob/main/build/build.ts](build.ts)
[build.ts](https://github.com/aapoalas/libclang-deno/blob/main/build/build.ts)
for the ugly details.

## Starting up
Expand Down

0 comments on commit 44ccf50

Please sign in to comment.