check-rule-mate 0.4.1 → 0.4.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ The core goal is to provide a **reusable and easy-to-extend** for handling vario
|
|
|
11
11
|
|
|
12
12
|
**Examples of how implement check-rule-mate:** [check-rule-mate examples](#Example-Usage)
|
|
13
13
|
|
|
14
|
-
Test the core functionalities here
|
|
14
|
+
**Test the core functionalities here:** [check-rule-mate demo](https://johnrock16.github.io/check-rule-mate/)
|
|
15
15
|
(Note: Creating or modifying custom validators is not supported in the demo, as it requires JavaScript implementation.)
|
|
16
16
|
|
|
17
17
|
|