Skip to content

Commit c19c3e8

Browse files
committed
main > main: corrected badges + links
1 parent 6c027bf commit c19c3e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![Python version: 3.11](https://img.shields.io/badge/python%20version-3.11-1464b4.svg)](https://www.python.org)
2-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1+
[![Zig version: 0.14.0](https://img.shields.io/badge/zig%20version-0.14-gold)](https://ziglang.org)
32

43
[![qa manual:main](https://github.com/noprd/example-zig/actions/workflows/manual.yaml/badge.svg?branch=main)](https://github.com/noprd/example-zig/actions/workflows/manual.yaml)
54
[![qa manual:staging](https://github.com/noprd/example-zig/actions/workflows/manual.yaml/badge.svg?branch=staging)](https://github.com/noprd/example-zig/actions/workflows/manual.yaml)
@@ -9,7 +8,7 @@
98

109
# Example Zig #
1110

12-
This repository provides a simple Hello-World example for the [zig]() language,
11+
This repository provides a simple Hello-World example for the [zig](https://ziglang.org) language,
1312
which in recent times has become quite a hot option
1413
as a simpler alternative to Rust and C++.
1514

@@ -81,3 +80,5 @@ just build # compiles the binary
8180
just run {args} # runs without the compiled binary
8281
just run-exe {args} # runs the compiled binary
8382
```
83+
84+
NOTE: The hello-world example was taken from <https://zig-by-example.com/hello-world>

0 commit comments

Comments
 (0)