Skip to content

Commit 5043658

Browse files
Update README.md
1 parent aacc02e commit 5043658

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,11 @@ const SearchPlus = new searchPlusTs({
6767
const results = SearchPlus.search('heart yourself rumi')
6868

6969
console.log('🚀 results :-', results)
70+
🚀 results :- [
71+
{
72+
id: 1,
73+
quote: "Your heart is the size of an ocean. Go find yourself in its hidden depths.",
74+
author: "Rumi",
75+
}
76+
]
7077
```

0 commit comments

Comments
 (0)