Skip to content

Commit 660ba94

Browse files
committed
improve wording
1 parent b3995a6 commit 660ba94

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

jars/PluginExample-1.0.jar

-5.79 KB
Binary file not shown.

src/main/kotlin/StocksHud.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import com.lambda.client.plugin.api.PluginLabelHud
99
internal object StocksHud: PluginLabelHud(
1010
name = "Stocks",
1111
category = Category.MISC,
12-
description = "Info about a stock",
12+
description = "Live updating stock price",
1313
pluginMain = PluginStocks
1414
) {
1515
private var symbol by setting("Symbol", "TSLA")

src/main/resources/plugin_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"ItCameFr0mMars"
66
],
7-
"description": "shows stock",
7+
"description": "Live updating stock price",
88
"url": "",
99
"min_api_version": "2.05.01",
1010
"required_plugins": [],

0 commit comments

Comments
 (0)