From eb01b60c219079ce4c3518427959011d5a096aa7 Mon Sep 17 00:00:00 2001 From: Victoria Slocum Date: Mon, 15 May 2023 16:24:41 +0200 Subject: [PATCH] update naming --- website/meta/universe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 2aa682ff8..24d00af47 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1,8 +1,8 @@ { "resources": [ { - "id": "spacy-extension", - "title": "spaCy VS Code Extension", + "id": "spacy-vscode", + "title": "spaCy Visual Studio Code Extension", "thumb": "https://raw.githubusercontent.com/explosion/spacy-vscode/main/icon.png", "slogan": "Work with spaCy's config files in VS Code", "description": "The spaCy VS Code Extension provides additional tooling and features for working with spaCy's config files. Version 1.0.0 includes hover descriptions for registry functions, variables, and section names within the config as an installable extension.",