Skip to content

Commit

Permalink
Merge pull request #850 from Explosion-Scratch/patch-1
Browse files Browse the repository at this point in the history
Fix typo markdown
  • Loading branch information
spencermountain authored Jun 23, 2021
2 parents f94dff6 + a5baf6f commit 73d0c68
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 @@ -539,7 +539,7 @@ _(all match methods use the [match-syntax](https://docs.compromise.cool/compromi
- **[.people()](https://observablehq.com/@spencermountain/topics-named-entity-recognition)** - names like 'John F. Kennedy'
- **[.places()](https://observablehq.com/@spencermountain/topics-named-entity-recognition)** - like 'Paris, France'
- **[.organizations()](https://observablehq.com/@spencermountain/topics-named-entity-recognition)** - like 'Google, Inc'
- **[.topics()](https://observablehq.com/@spencermountain/topics-named-entity-recognition)** - `people()` + `places()` + `organizations
- **[.topics()](https://observablehq.com/@spencermountain/topics-named-entity-recognition)** - `people()` + `places()` + `organizations()`

##### Subsets

Expand Down

0 comments on commit 73d0c68

Please sign in to comment.