Skip to content

Commit 19ed651

Browse files
committed
Update package description and keywords
1 parent 35baca0 commit 19ed651

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Debug Tools
22

3-
The Debug Tools package provides assets and scripts to assist in debugging Unity projects.
3+
The Debug Tools package contains assets and scripts for debugging Unity projects.
44

55
## Installation
66

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "com.zigurous.debug",
33
"version": "1.0.1",
44
"displayName": "Zigurous Debug Tools",
5-
"description": "The Debug Tools package provides assets and scripts to assist in debugging Unity projects.",
5+
"description": "The Debug Tools package contains assets and scripts for debugging Unity projects.",
66
"unity": "2019.4",
77
"keywords": [
88
"debug",
9-
"performance"
9+
"performance",
10+
"tools",
11+
"assets",
12+
"scripts",
13+
"shaders"
1014
],
1115
"repository": "https://github.com/zigurous/unity-debug-tools",
1216
"publishConfig": {

0 commit comments

Comments
 (0)