Skip to content

Commit 3b2cfdf

Browse files
authored
Chrome Link (#31)
* Chrome Link * Update README.md
1 parent de6ffde commit 3b2cfdf

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,37 @@
22

33
> Extension that adds support for prettifying input boxes that support Markdown or Code.
44
5-
## Test
5+
## Chrome Web Store
66

7-
- Chrome Settings > More Tools > Extensions...
8-
- Turn on the Developer mode
9-
- Load unpacked > Select the `ext` directory
7+
[Install](https://chrome.google.com/webstore/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp) the extension from the store.
108

119
## Development
1210

13-
First time:
11+
### First time
1412

1513
```
1614
yarn
1715
```
1816

19-
Build:
17+
### Build
2018

2119
```
2220
yarn build
2321
```
2422

25-
Format files:
23+
#### Test in Chrome locally
24+
25+
- Chrome Settings > More Tools > Extensions...
26+
- Turn on the Developer mode
27+
- Load unpacked > Select the `ext` directory
28+
29+
### Format files
2630

2731
```
2832
yarn fix
2933
```
3034

31-
Test if everything is fine:
35+
### Test if everything is fine
3236

3337
```
3438
yarn test

0 commit comments

Comments
 (0)