Skip to content

Commit

Permalink
minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
Booplicate committed Aug 16, 2020
1 parent 8ce2747 commit 4fec1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Currently known submods that support this util:
2. The packages should be installed into your `DDLC/` folder. Exactly this folder, you should have `DDLC.exe` there.

## Usage:
**This part is for the developers that want add support for this util to their submods, the actual end users do not need to do any manipulations - just install this submod.**
**This part is for the developers that want to add support for this util to their submods, the actual end users do not need to do any manipulations - just install this submod.**

To use the full power of the updater, you'll need to define your submod first. After your submod is registered in the submods map, you can define an updater. Keep in mind that the name you pass in for the updater must be the same you used when defined your `Submod` object. Example:
```python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ init -990 python:
author="Booplicate",
name="Submod Updater Plugin",
description=(
"A util submod that makes updating other submods easier. "
"More information on the project's {a=https:/Booplicate/MAS-Submods-SubmodUpdaterPlugin}{i}{u}GitHub{/u}{/i}{/a}."
"A util submod that adds an in-game updater for other submods. "
"Check {a=https:/Booplicate/MAS-Submods-SubmodUpdaterPlugin}{i}{u}here{/u}{/i}{/a} if you want your submod to use this."
),
version="1.2",
settings_pane="sup_setting_pane"
Expand Down

0 comments on commit 4fec1da

Please sign in to comment.