Skip to content

Commit af0797c

Browse files
authored
Update README.md
1 parent d6176c4 commit af0797c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Angular (2+) HTTP batching module to reduce the number of HTTP requests and increase performance
44

55
[![Build Status](https://travis-ci.org/jonsamwell/ngx-http-batcher.svg?branch=master)](https://travis-ci.org/jonsamwell/ngx-http-batcher)
6+
[![NPM version][npm-image]][npm-url]
7+
[![License][license-image]][license-url]
68

79

810
One of the biggest, yet relatively unknown performance boosts you will get with modern web applications is to reduce the number of HTTP request an application makes. All you need to do is configure the batch endpoint with the library and the rest is taken care of!

0 commit comments

Comments
 (0)