From 101f621257f9303898fc48d847e87520e2de41cd Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Tue, 28 Dec 2021 17:30:17 +0100 Subject: [PATCH] Fix typo (#52) Co-authored-by: Dilum Aluthge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4c75b..6cc2121 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This action runs the tests in a Julia package. Julia needs to be installed before this action can run. This can easily be achieved with the [setup-julia](https://github.com/marketplace/actions/setup-julia-environment) action. -And example workflow that uses this action might look like this: +An example workflow that uses this action might look like this: ```yaml name: Run tests