Skip to content

Commit a86a7c8

Browse files
committed
Readme updates
1 parent 3ff5ad0 commit a86a7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# ngx-http-batcher
2-
=========================
32

43
Angular (2+) HTTP batching module to reduce the number of HTTP requests and increase performance
54

@@ -15,6 +14,7 @@ Working demo https://plnkr.co/edit/OgvZ09iYO64VoXHLRGQa?p=preview
1514
- [Installation](#installation)
1615
- [Examples](#examples)
1716
- [Usage](#usage)
17+
- [Configuration](#configuration)
1818

1919
## <a name="get-started"></a> Get Started
2020

@@ -57,7 +57,7 @@ export function httpBatchConfigurationFactory() {
5757

5858
// Note the providers block where the Http class is being replaced by the HttpBatcher class.
5959
// This ensures that if you inject the Http service into something you actually get the
60-
// HttpBatcher class.
60+
// HttpBatcher class and batching becomes transparent to you.
6161
@NgModule({
6262
declarations: [
6363
AppComponent

0 commit comments

Comments
 (0)