From 6a67333f5bca70a800185c57dbebc03de3514e21 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Thu, 16 Feb 2023 11:47:09 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bace4e83..6d32e237 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Use the built-in [Plugin Store](https://wiki.deckbrew.xyz/en/user-guide/plugin-s **For plugin developers submitting their plugin for the first time, please consult the wiki page on [submitting your plugin](https://wiki.deckbrew.xyz/en/plugin-dev/submitting-plugins).** This README provides a good resource for the simple git related and a few other items, but the wiki has the rest of the information you'll need. -To submit a plugin to Decky's plugin store, open a pull request adding your plugin as a submodule (take a look at [#8](https://github.com/SteamDeckHomebrew/decky-plugin-database/pull/8) for example). +To submit a plugin to Decky's plugin store, open a pull request adding your plugin as a submodule (take a look at [#189](https://github.com/SteamDeckHomebrew/decky-plugin-database/pull/189) for example). Don't forget to bump your version number in package.json. If you are not sure how to make a submodule, please reference the [git docs](https://git-scm.com/book/en/v2/Git-Tools-Submodules) on submodules.