graycoreio / daffodil

Angular Ecommerce PWA Framework
https://next.daff.io
MIT License
157 stars 31 forks source link

docs(all): remove code blocks from npm and yarn in readme headings #2856

Closed xelaint closed 3 months ago

xelaint commented 3 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Some installation.md files use code ticks in headings for npm and yarn.

Fixes: #2846

What is the new behavior?

Code blocks removed from npm and yarn in readme headings as it's not necessary to denote them as code.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information