Skip to content

Commit 3df5a56

Browse files
Update README.md
[#2]: Add hyperlinks to badges
1 parent 0928668 commit 3df5a56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2-
![Windows](https://github.com/JacobDomagala/DGame/workflows/Windows%20Full%20Build/badge.svg)
3-
![Ubuntu](https://github.com/JacobDomagala/DGame/workflows/Ubuntu%20Full%20Build/badge.svg)
1+
[![Windows](https://github.com/JacobDomagala/Looper/actions/workflows/windows.yml/badge.svg)](https://github.com/JacobDomagala/Looper/actions/workflows/windows.yml)
2+
[![Ubuntu](https://github.com/JacobDomagala/Looper/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/JacobDomagala/Looper/actions/workflows/ubuntu.yml)
43

54
# Looper
65
2D Top-down shooter game (and level editor) written in modern C++.
@@ -20,4 +19,4 @@ cmake -G "Ninja" ..
2019

2120
# Build
2221
cmake --build .
23-
```
22+
```

0 commit comments

Comments
 (0)