Skip to content

Commit

Permalink
Change order in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redaxmedia committed Jul 5, 2020
1 parent 50aee6a commit 8f360d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -155,6 +155,16 @@ abortService->observeAll() : Observable<[string, AbortInterface]>
```
HTTP Batching
-------------
Fires multiple requests in parallel:
```typescript
crudService->parallel(requestArray : ObservableInput<T>[]) : Observable<T[]>
```
HTTP Caching
------------
Expand Down Expand Up @@ -201,16 +211,6 @@ cacheService->observeAll() : Observable<[string, CacheInterface]>
```
HTTP Batching
-------------
Fires multiple requests in parallel:
```typescript
crudService->parallel(requestArray : ObservableInput<T>[]) : Observable<T[]>
```
Service Shorthands
------------------
Expand Down

0 comments on commit 8f360d1

Please sign in to comment.