We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c428d8b commit 7377ea2Copy full SHA for 7377ea2
README.md
@@ -22,7 +22,7 @@ Or by using a html tag.
22
23
```html
24
25
-<script src="/path/to/slotmachine.min.js"></script>
+<script src="/path/to/nested-javascript-search.js"></script>
26
27
```
28
Then you can call to the search function.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nested-javascript-search",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "Javascript Array deep search filter.",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments