Skip to content

Commit d3874fb

Browse files
authored
readme: minor fixes
missing references links
1 parent acd34cf commit d3874fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LLVM bindings for Zig
22

33
The purpose of this repository is to learn about the [`llvm`][llvm] compiler
4-
infrastructure and practice some [`ziglang`][zig].
4+
infrastructure and practice some [`zig`][zig].
55

66
### Requirement
77

@@ -39,3 +39,7 @@ in `build.zig`:
3939
### License
4040

4141
This project is licensed under the [MIT](LICENSE) license.
42+
43+
44+
[llvm]: https://llvm.org
45+
[zig]: https://ziglang.org

0 commit comments

Comments
 (0)