markdown-it / markdown-it-emoji

Emoji syntax plugin for markdown-it markdown parser
https://markdown-it.github.io/
MIT License
719 stars 167 forks source link

npm install i markdown-it-emoji #49

Closed olivsinz closed 6 months ago

olivsinz commented 6 months ago

Hey everyone

I would like to express my sincere gratitude for the extraordinary work you have done with this package. As a new user of this package, I really appreciate the feature it offers and the way it has simplified my development process.

I just have a question.

Is this the real command to install

npm install i markdown-it-emoji

or

npm install markdown-it-emoji

Do we need to install "i"?

Thank you.

rlidwka commented 6 months ago

Pretty sure that's a typo.

It's either npm install markdown-it-emoji or npm i markdown-it-emoji (i is shortcut for install).

puzrin commented 6 months ago

https://github.com/markdown-it/markdown-it-emoji/commit/bdd07260f080e4d3d812928f3eb0b00883e4e71b

Fixed, thanks!