From c8b58a0f70f768d17221cf313a332d2c23ddd318 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 21 May 2020 12:57:29 -0400 Subject: [PATCH] CONTRIBUTING.md update --- doc/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index e8f75970..6c8990e4 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -10,7 +10,7 @@ Differences: - We require a minimum of node v12 but later versions should work. - We use [fnpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages. -- We use [jq](https://stedolan.github.io/jq/) to bundle code-server releases +- We use [jq](https://stedolan.github.io/jq/) to build code-server releases. - The [CI container](../ci/container/Dockerfile) is a useful reference for all our dependencies. ## Development Workflow -- GitLab