@optique/valibot 0.10.0-dev.288 → 0.10.0-dev.290
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -183,6 +183,9 @@ If you need async validation, perform it after parsing the CLI arguments.
|
|
|
183
183
|
For more resources
|
|
184
184
|
------------------
|
|
185
185
|
|
|
186
|
-
- [Optique documentation]
|
|
187
|
-
- [Valibot documentation]
|
|
186
|
+
- [Optique documentation]
|
|
187
|
+
- [Valibot documentation]
|
|
188
188
|
- [Examples directory](/examples/)
|
|
189
|
+
|
|
190
|
+
[Optique documentation]: https://optique.dev/
|
|
191
|
+
[Valibot documentation]: https://valibot.dev/
|