From 90ba4e2610b76988102061d8cf2f816d7cb6782b Mon Sep 17 00:00:00 2001 From: aanoorzaie Date: Sat, 4 Dec 2021 16:16:12 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9e2bf..7dc8631 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ const { parse } = require('aqs'); const parsed = parse('skill=coding&age=30&experience=8&logic=(and,skill,(or,age,experience))'); // skill==coding and (age==30 or experience==8) ``` ### Other features -There are some other features such as defining custom operators, parse values, ... that you can find them in [exmaples](https://github.com/noorzaie/aqs/tree/master/examples) folder. +There are some other features such as defining custom operators, parse values, ... that you can find them in [examples](https://github.com/noorzaie/aqs/tree/master/examples) folder. ## List of operators