From 8e40d0305087ae756c0cec472fc28ac698ed4083 Mon Sep 17 00:00:00 2001 From: Colter McQuay Date: Sun, 17 Oct 2021 07:27:45 -0700 Subject: [PATCH] Another small doc fix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 170f68e..c579df3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ To release a new version of the package: - Make sure the _Unreleased_ section in [Changelog](./CHANGELOG) has been updated with changes - Update any contributors (see below for adding contributors) - Make sure all changes have been committed -- run `npm release` and follow instructions +- run `npm run release` and follow instructions ### Adding Contributors