ai / size-limit

Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.
MIT License
6.52k stars 1.82k forks source link

fix(README): typos and markdown issues #305

Closed mstephen19 closed 1 year ago

mstephen19 commented 1 year ago

I've fixed a few minor things in the README. Here is a list:

  1. Unnecessary double newlines.
  2. English error: "Third-party plugins and presets named startING with size-limit- are also supported"
  3. List went 1, 2, 3, 4, 6, 7, 8, 9. Bumped back 6, 7, 8, and 9. There are 8 items in the list.
  4. In markdown when displaying shell commands, the $ should only be present when the result of the command is displayed right below within the same block. If it's just the command alone, the $ should be omitted.
ai commented 1 year ago

Looks good, but can you revert Unnecessary double newlines changes?

I use a Markdown code style when we have 2 newline before header and 1 newline after (to emulate bigger top margin).