Skip to content

doc: update README.md to include icon and correct .gif reference #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Angular Language Service

![demo](R67RcGftRS.gif)
![demo](client/R67RcGftRS.gif)

## Using

Expand Down
Binary file added client/angular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "0.1.0",
"publisher": "Google",
"publisher": "Angular",
"icon": "angular.png",
"engines": {
"vscode": "^1.4.0"
},
Expand Down Expand Up @@ -51,5 +52,9 @@
},
"dependencies": {
"vscode-languageclient": "^2.4.2-next.12"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/vscode-ng-template-service"
}
}