NPM readme file showing up broken

Viewed 279
2 Answers

I had the same problem, in most cases it is related to file Encoding. I changed the Encoding to UTF-8 and problem got fixed.

There is probability that in the text editor, it is set to other encoding format than NPMJS accepts. change it to UTF-8 or create by GitHub editor. If you create/Edit your README.md file in GitHub, it would notified you over the encoding

Related