From 82483685098f34fb1951ecf240142e6d94fabfed Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 11 Jun 2020 16:54:54 -0500 Subject: [PATCH] docs: fix markdownlint violations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91c489d..2fde2c5 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com ## Installation + ```bash yarn add find-yarn-workspace-root ``` ## Usage + ```js const findWorkspaceRoot = require('find-yarn-workspace-root');