Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 authored Feb 26, 2021
1 parent 9062ea3 commit 771a42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ nx.add_path(motif, ["a", "b", "c", "a"])

find_motifs(
motif, host,
hints=[{"A": "a"}, {"A", "a"}]
hints=[{"A": "a"}, {"A", "b"}]
)
```

Expand Down

0 comments on commit 771a42d

Please sign in to comment.