Favouring ?raw=1 in picture sources to avoid CSP issues.
Especially on https://www.npmjs.org/package/chalk
This commit is contained in:
parent
144421dc16
commit
2b7e4b3ab5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# <img width="250" src="logo.png" alt="chalk">
|
# <img width="250" src="logo.png?raw=1" alt="chalk">
|
||||||
|
|
||||||
> Terminal string styling done right
|
> Terminal string styling done right
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
**Chalk is a clean and focused alternative.**
|
**Chalk is a clean and focused alternative.**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue