Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[#2]: Add hyperlinks to badges
  • Loading branch information
JacobDomagala authored Jun 6, 2022
1 parent 0928668 commit 3df5a56
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

![Windows](https://github.com/JacobDomagala/DGame/workflows/Windows%20Full%20Build/badge.svg)
![Ubuntu](https://github.com/JacobDomagala/DGame/workflows/Ubuntu%20Full%20Build/badge.svg)
[![Windows](https://github.com/JacobDomagala/Looper/actions/workflows/windows.yml/badge.svg)](https://github.com/JacobDomagala/Looper/actions/workflows/windows.yml)
[![Ubuntu](https://github.com/JacobDomagala/Looper/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/JacobDomagala/Looper/actions/workflows/ubuntu.yml)

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

# Build
cmake --build .
```
```

0 comments on commit 3df5a56

Please sign in to comment.