From 8de74d316fd69986ced1320538e0e8b004e3226e Mon Sep 17 00:00:00 2001 From: James Fenn Date: Thu, 12 Oct 2023 14:27:52 -0400 Subject: [PATCH] fix a missing link type in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f58734f9..92963553 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,8 +42,8 @@ Here's an example of what your entry might look like: "description": "Haskell programmer, fanfiction author, and an omniscient unicorn.", // Social usernames can include "twitter", "github", "gitlab", - // "linkedIn", "twitch", "dribbble", "mastodon", "threads", and - // "youtube", as well as a "website" that can be anything you want! + // "linkedIn", "twitch", "dribbble", "mastodon", "threads", "youtube", + // and "cohost", as well as a "website" that can be anything you want! "socials": { "twitter": "UnicornUttrncs", "github": "unicorn-utterances",