Skip to content

Commit 0d62201

Browse files
committed
Amend
2 parents 1bb6338 + e30dda9 commit 0d62201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2+
[![Bazel Tests](https://github.com/williamfiset/Algorithms/actions/workflows/main.yml/badge.svg)](https://github.com/williamfiset/Algorithms/actions/workflows/main.yml)
23
![README Checker](https://github.com/williamfiset/Algorithms/workflows/README%20URL%20Checker/badge.svg)
34
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=JUP2HZ6JUPB5C)
45

@@ -8,7 +9,7 @@ Algorithms and data structures are fundamental to efficient code and good softwa
89

910
# Running an algorithm implementation
1011

11-
To compile and run any of the algorithms here, you need at least JDK version 8 and [Bazel](https://bazel.build/).
12+
To compile and run any of the algorithms here, you need at least JDK version 8 and [Bazel](https://bazel.build/)
1213

1314
## Running with Bazel (recommended)
1415

0 commit comments

Comments
 (0)