Skip to content

Commit 07d5a21

Browse files
authored
doc: update README.md to include icon and correct .gif reference (#59)
1 parent 45774b4 commit 07d5a21

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular Language Service
22

3-
![demo](R67RcGftRS.gif)
3+
![demo](client/R67RcGftRS.gif)
44

55
## Using
66

client/angular.png

2.33 KB
Loading

client/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
55
"version": "0.1.0",
6-
"publisher": "Google",
6+
"publisher": "Angular",
7+
"icon": "angular.png",
78
"engines": {
89
"vscode": "^1.4.0"
910
},
@@ -51,5 +52,9 @@
5152
},
5253
"dependencies": {
5354
"vscode-languageclient": "^2.4.2-next.12"
55+
},
56+
"repository": {
57+
"type": "git",
58+
"url": "https://github.com/angular/vscode-ng-template-service"
5459
}
5560
}

0 commit comments

Comments
 (0)