math-wizard 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- Add two numbers with a single function
|
|
8
|
-
- TypeScript-friendly API with type declarations
|
|
9
|
-
- ESM-compatible package entry point
|
|
10
|
-
- Minimal dependency footprint
|
|
11
|
-
- Simple installation and usage
|
|
7
|
+
- Add two numbers with a single function.
|
|
8
|
+
- TypeScript-friendly API with type declarations.
|
|
9
|
+
- ESM-compatible package entry point.
|
|
10
|
+
- Minimal dependency footprint.
|
|
11
|
+
- Simple installation and usage.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
@@ -63,5 +63,5 @@ Adds two numeric values and returns the sum.
|
|
|
63
63
|
|
|
64
64
|
MIT
|
|
65
65
|
|
|
66
|
-
🔍 **Browse the source**: [github.com/yourusername/math-wizard](https://github.com/moe-moaid/math-wizard)
|
|
66
|
+
🔍 **Browse the source**: [github.com/yourusername/math-wizard](https://github.com/moe-moaid/math-wizard)
|
|
67
67
|
🐛 **Report an issue**: [github.com/yourusername/math-wizard/issues](https://github.com/moe-moaid/math-wizard/issues)
|