diff --git a/README.md b/README.md index e2186ebc..c0803aad 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,28 @@ yarn fix yarn test ``` -## Help +### Help + +To configure "Prettier options" via chrome: + +- click on the prettier chrome extention, + first step + +- You will get a Popup menu among which is **"Options"**. +  step  two +- Click on **options** and make your setups. +  step to configure +- Now Prettier is set up, and ready to be used. + how it works + + ## Help We need your [help](https://github.com/prettier/prettier-chrome-extension/issues) :) diff --git a/chrome-web-store/first step.PNG b/chrome-web-store/first step.PNG new file mode 100644 index 00000000..3b7a3898 Binary files /dev/null and b/chrome-web-store/first step.PNG differ diff --git a/chrome-web-store/prettier.gif b/chrome-web-store/prettier.gif new file mode 100644 index 00000000..1cd190f3 Binary files /dev/null and b/chrome-web-store/prettier.gif differ diff --git a/chrome-web-store/second step.PNG b/chrome-web-store/second step.PNG new file mode 100644 index 00000000..21b2f0d0 Binary files /dev/null and b/chrome-web-store/second step.PNG differ diff --git a/chrome-web-store/third step.PNG b/chrome-web-store/third step.PNG new file mode 100644 index 00000000..c926cc3d Binary files /dev/null and b/chrome-web-store/third step.PNG differ