Skip to content

Commit bacafc1

Browse files
update username ref
1 parent df8b38c commit bacafc1

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -101,34 +101,34 @@ console.log(output)
101101
```json
102102
[
103103
{
104-
item: {
105-
id: 5,
106-
title: 'Random String Example',
107-
description: 'This is a random string that can be used for testing search functionality. It includes special characters like @#$%^&* and numbers like 12345.',
108-
tags: [Array]
104+
"item": {
105+
"id": 5,
106+
"title": "Random String Example",
107+
"description": "This is a random string that can be used for testing search functionality. It includes special characters like @#$%^&* and numbers like 12345.",
108+
"tags": []
109109
},
110-
score: 1,
111-
matches: [ [Array] ]
110+
"score": 1,
111+
"matches": [[]]
112112
},
113113
{
114-
item: {
115-
id: 7,
116-
title: 'Fibonacci Sequence',
117-
description: 'The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1.',
118-
tags: [Array]
114+
"item": {
115+
"id": 7,
116+
"title": "Fibonacci Sequence",
117+
"description": "The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1.",
118+
"tags": []
119119
},
120-
score: 1,
121-
matches: [ [Array] ]
120+
"score": 1,
121+
"matches": [[]]
122122
},
123123
{
124-
item: {
125-
id: 9,
126-
title: 'Another Random String',
127-
description: 'This is another random string for testing purposes. It includes mixed case letters, numbers 67890, and symbols !@#$%^&*().',
128-
tags: [Array]
124+
"item": {
125+
"id": 9,
126+
"title": "Another Random String",
127+
"description": "This is another random string for testing purposes. It includes mixed case letters, numbers 67890, and symbols !@#$%^&*().",
128+
"tags": []
129129
},
130-
score: 1,
131-
matches: [ [Array] ]
130+
"score": 1,
131+
"matches": [[]]
132132
}
133133
]
134134
```
@@ -147,7 +147,7 @@ console.log(output)
147147

148148
### **:busts_in_silhouette: Credits**
149149

150-
- [Chris Michael](https://github.com/ChrisMichaelPerezSantiago) (Project Leader, and Developer)
150+
- [Chris Michael](https://github.com/chrismichaelps) (Project Leader, and Developer)
151151

152152
---
153153

@@ -172,8 +172,8 @@ Feel free to open issues or submit pull-requests to help me improving my work.
172172
_*Chris M. Perez*_
173173

174174
> You can follow me on
175-
> [github](https://github.com/ChrisMichaelPerezSantiago) · [twitter](https://twitter.com/Chris5855M)
175+
> [github](https://github.com/chrismichaelps) · [twitter](https://twitter.com/Chris5855M)
176176
177177
---
178178

179-
Copyright ©2025 [QuantumMatcher](https://github.com/ChrisMichaelPerezSantiago/quantummatcher).
179+
Copyright ©2025 [QuantumMatcher](https://github.com/chrismichaelps/quantummatcher).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"description": "QuantumMatcher library is a fuzzy matching algorithm that leverages bitwise operations to efficiently find approximate matches within a collection of items.",
77
"author": "Chris M <[email protected]>",
88
"license": "MIT",
9-
"homepage": "https://github.com/ChrisMichaelPerezSantiago/quantummatcher#readme",
9+
"homepage": "https://github.com/chrismichaelps/quantummatcher#readme",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/ChrisMichaelPerezSantiago/quantummatcher.git"
12+
"url": "git+https://github.com/chrismichaelps/quantummatcher.git"
1313
},
1414
"keywords": [
1515
"quantum",

src/types/index.ts

100644100755
File mode changed.

0 commit comments

Comments
 (0)