diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 60bd096..6de08c7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,4 +1,4 @@ -name: MtG Deck +name: MTG Deck on: push: diff --git a/README.md b/README.md index 43ea018..a8094c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Obsidian MTG Deck plugin +# MTG Deck This is a plugin to manage your Magic: The Gathering card collections and decks as Obsidian notes. diff --git a/main.ts b/main.ts index c38bb6a..6898349 100644 --- a/main.ts +++ b/main.ts @@ -113,7 +113,7 @@ class ObsidianPluginMtgSettingsTab extends PluginSettingTab { containerEl.empty(); containerEl.createEl("h2", { - text: "Settings for Obsidian MtG Plugin.", + text: "Settings for MTG Deck", }); // Collection CSV setting diff --git a/manifest.json b/manifest.json index 53cb9b6..338e7a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "mtg-deck", - "name": "MtG Deck", + "name": "MTG Deck", "version": "1.0.3", "minAppVersion": "0.15.0", "description": "A plugin for managing Magic: The Gathering decks and card lists as Obsidian notes",