From a5baf6fa24ca929d3794110f17738e158b9362bd Mon Sep 17 00:00:00 2001 From: --Explosion-- Date: Wed, 23 Jun 2021 09:15:39 -0500 Subject: [PATCH] Fix typo markdown "`organizations" -> "`organizations()`" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b490d689..3fca6aa2a 100644 --- a/README.md +++ b/README.md @@ -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