From a4951b7c3004793ef658f344e7875f4accc7e637 Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Fri, 10 Nov 2017 11:08:20 -0600 Subject: [PATCH] fix(docs): remove unnecessary backticks in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2c40d2..0977c0ee 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ When pushing new commits with `git push` a CI build is triggered. After running | Step | Description | | ------------------ | ------------------------------------------------------------------------------------------- | -| Verify Conditions` | Run the [verifyConditions](#verifyConditions) plugin) | -| Get last release` | Obtain last release with the [getLastRelease](#getLastRelease) plugin | +| Verify Conditions | Run the [verifyConditions](#verifyConditions) plugin) | +| Get last release | Obtain last release with the [getLastRelease](#getLastRelease) plugin | | Analyze commits | Determine the type of release to do with the [analyzeCommits](#analyzeCommits) plugin | | Verify release | Call the [verifyRelease](#verifyRelease) plugin | | npm publish | Update the version in `package.json` and call `npm publish` |