From ec14ae048fe8ac1d6784c1657ad13db6f9e130be Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 9 May 2018 13:29:11 +0100 Subject: [PATCH] underscores -> backticks --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8028c35f8..828ed2b7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ in the dendrite repository to update the dependency. You can then create a commit containing only the modified vendor files (along with the `vendor/manifest` file), name it with the command you just ran (ie -_gb vendor update github.com/matrix-org/gomatrix_), and open a PR on Dendrite. +`gb vendor update github.com/matrix-org/gomatrix`), and open a PR on Dendrite. ## Getting Help