Skip to content

Commit dc3a76e

Browse files
committed
updated
1 parent c2445ed commit dc3a76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To find the shortest path between Alice and David.
2222
```py
2323
distance = 100/(N+1)
2424

25-
# Where N = number of time that the user has share something with that user.
25+
# Where N = number of times that the user has interacted with another user.
2626
```
2727

2828
- If distance between 2 users that never shared directly, is less or equal than 40, that user should appears as suggestion.

0 commit comments

Comments
 (0)