Skip to content
This repository was archived by the owner on Aug 18, 2018. It is now read-only.

Commit f233f9a

Browse files
committed
readme fixed
1 parent 3679e3b commit f233f9a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ Like you know, the better way is with examples. Based on [endpoints example libr
6262

6363
### Defining a resource
6464

65-
1. hola
66-
2. hola 2
67-
3. hola
68-
6965
`authors.service.ts`
7066

7167
```typescript
@@ -191,8 +187,6 @@ let author = AuthorsService.get(
191187
);
192188
```
193189

194-
````
195-
196190
### Update a resource
197191

198192
```javascript
@@ -201,9 +195,8 @@ this.author.attributes.name += 'New Name';
201195
this.author.save(success => {
202196
console.log('author saved!');
203197
});
204-
````
198+
```
205199

206-
````
207200
### Handling errors
208201

209202
### Pagination
@@ -261,4 +254,3 @@ gulp dist
261254
```
262255

263256
And commit! Don't forget your pull request :)
264-
````

0 commit comments

Comments
 (0)