From 600aff2a27da0b3d661f581192265bca40ce16f3 Mon Sep 17 00:00:00 2001 From: Marco Di Pillo Tomic Date: Fri, 20 Sep 2024 16:38:06 -0300 Subject: [PATCH] added source links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dd78c1..715021d 100644 --- a/README.md +++ b/README.md @@ -149,11 +149,11 @@ Enabling maximum flexibility and contributions. The default parser for query string due to its simplicity. Adds the `Query` property to the `state`. +[![Source](https://img.shields.io/badge/Source-gray)](https://github.com/marcodpt/wand/blob/main/src/plugins/queryParser.js) + ##### Query: object Parsed query string. -[![Source](https://img.shields.io/badge/Source-gray)](https://github.com/marcodpt/wand/blob/main/src/plugins/queryParser.js) - ### wand: ({init?, routes, plugins?, runtime}) => stop `Runtimes` are built on top of the library. And the `plugins` are designed for it. @@ -161,6 +161,8 @@ And the `plugins` are designed for it. The idea is to bring a simple router to your core but at the same time with a complete `plugin` system and easy-to-use `runtimes`. +[![Source](https://img.shields.io/badge/Source-gray)](https://github.com/marcodpt/wand/blob/main/src/index.js) + #### init: () => state Optional function called once to create the initial `state` (this must be an `object`).