From f24ed466bda816db409a9549551d2ec5b946536c Mon Sep 17 00:00:00 2001 From: Diego Costa Date: Sat, 20 Jun 2020 16:48:58 -0300 Subject: [PATCH] Update README.md Fixed the syntax for markdown link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6895b98..987e7bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHub Actions for Yarn -> Look [https://github.com/actions/npm](github.com/actions/npm) for more details. +> Look [github.com/actions/npm](https://github.com/actions/npm) for more details. This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry.