Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit d902488

Browse files
committed
chore(README): updated readme
1 parent 9450782 commit d902488

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ngx-translate/http-loader [![Build Status](https://travis-ci.org/ngx-translate/http-loader.svg?branch=master)](https://travis-ci.org/ngx-translate/http-loader) [![npm version](https://img.shields.io/npm/v/@ngx-translate/http-loader.svg)](https://www.npmjs.com/package/@ngx-translate/http-loader)
22

3-
A loader for [ngx-translate](https://github.com/ngx-translate/core) that loads translation using http.
3+
A loader for [ngx-translate](https://github.com/ngx-translate/core) that loads translations using http.
44

55
Get the complete changelog here: https://github.com/ngx-translate/http-loader/releases
66

@@ -18,7 +18,6 @@ npm install @ngx-translate/http-loader --save
1818
```
1919

2020
## Usage
21-
2221
#### 1. Setup the `TranslateModule` to use the `TranslateHttpLoader`:
2322

2423
The `TranslateHttpLoader` uses Http to load translations, which means that you have to import the HttpModule from `@angular/http` before the `TranslateModule`:

0 commit comments

Comments
 (0)