Skip to content

Commit 99dabf3

Browse files
committed
Update package description and keywords
1 parent c0fea9d commit 99dabf3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

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

3-
The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.
3+
The Math Functions package provides extensions and utilities for working with numbers in Unity projects including generating random chance values, processing inputs, and more.
44

55
## Installation
66

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"name": "com.zigurous.math",
33
"version": "1.0.1",
44
"displayName": "Zigurous Math Functions",
5-
"description": "The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.",
5+
"description": "The Math Functions package provides extensions and utilities for working with numbers in Unity projects including generating random chance values, processing inputs, and more.",
66
"unity": "2019.4",
77
"keywords": [
88
"math",
99
"utilities",
10-
"random"
10+
"extensions",
11+
"scripts"
1112
],
1213
"repository": "https://github.com/zigurous/unity-math-functions",
1314
"publishConfig": {

0 commit comments

Comments
 (0)