From 06ccede3099fb510976dd996084499f8740cee79 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 8 Jan 2020 13:55:53 -0500 Subject: [PATCH] Improve wording in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f7691..64894a9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![](https://github.com/actions/setup-elixir/workflows/Test/badge.svg)](https://github.com/actions/setup-elixir/actions) [![](https://github.com/actions/setup-elixir/workflows/Licensed/badge.svg)](https://github.com/actions/setup-elixir/actions) -This actions sets up an Elixir environment for use in Actions by: +This action sets up an Elixir environment for use in a GitHub Actions +workflow by: - Installing OTP - Installing Elixir