explosion / sense2vec

🦆 Contextually-keyed word vectors
https://explosion.ai/blog/sense2vec-reloaded
MIT License
1.62k stars 240 forks source link

docs: fixes formatting for MD tables with pipe in text #163

Open jsal13 opened 5 months ago

jsal13 commented 5 months ago

Description

There was a missing escape (\) before the pipe (|) in two markdown tables, so the markdown formatter thought it was a new column --- and this broke the table:

image

How I Tested This I compared the current README section with the one given in this PR, and the change looked good to me.

Notes No testing required, doc change.

Thanks!