Skip to content

Commit 0d74f68

Browse files
author
Mayur Patel
committed
Updated usage guide in README.md
1 parent c7e0058 commit 0d74f68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Angular2 HTTP client to consume RESTful services. Built on angular2/http with Ty
55
## Installation
66

77
```sh
8-
npm install angular2-rest
8+
npm install https://github.com/mayur-mi/angular2-rest.git
99
```
1010

1111
## Example
@@ -94,6 +94,7 @@ export class ToDoCmp {
9494
- `@POST(url: String)`
9595
- `@PUT(url: String)`
9696
- `@DELETE(url: String)`
97+
- `@PRODUCES(producesDef: MediaType)`
9798
- `@Headers(headers: Object)`
9899

99100
### Parameter decorators:

0 commit comments

Comments
 (0)