Skip to content

Commit 9ee32fe

Browse files
committed
Update README.md
1 parent 5ea4d82 commit 9ee32fe

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Editor panel that displays the current git status.
44
5+
[![npm](https://img.shields.io/npm/v/xyz.candycoded.gitstatus)](https://www.npmjs.com/package/xyz.candycoded.gitstatus)
6+
57
<img src="Screenshots/editorpanel.png" width="400">
68

79
## Install
@@ -13,8 +15,25 @@
1315
```json
1416
{
1517
"dependencies": {
16-
"xyz.candycoded.gitstatus": "https://github.com/CandyCoded/gitstatus.git#upm",
18+
"xyz.candycoded.gitstatus": "https://github.com/CandyCoded/gitstatus.git#v1.0.0",
1719
...
1820
}
1921
}
2022
```
23+
24+
#### Scoped UPM Registry
25+
26+
```json
27+
{
28+
"dependencies": {
29+
"xyz.candycoded.gitstatus": "1.0.0",
30+
...
31+
},
32+
"scopedRegistries": [
33+
{
34+
"name": "candycoded",
35+
"url": "https://registry.npmjs.com",
36+
"scopes": ["xyz.candycoded"]
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)