diff --git a/README.md b/README.md index c53d32e..1323563 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ > Angular pipe for cutting translations ✂️ 🌍 (plugin for [@ngx-translate](https://github.com/ngx-translate/core)) -> ✓ _Angular 15, Ivy and Angular Universal (SSR) compatible_ +> ✓ _Angular 16, Ivy and Angular Universal (SSR) compatible_ Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblitz live preview](https://stackblitz.com/edit/ngx-translate-cut) @@ -19,14 +19,15 @@ Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblit 2. Use `npm` (or `yarn`) to install the package ```bash -npm install ngx-translate-cut # For Angular 15. See compatibility table +npm install ngx-translate-cut # For Angular 16. See compatibility table ``` Choose the version corresponding to your Angular version: | Angular | ngx-translate-cut | Install | | ------------------- | ----------------- | --------------------------------- | -| **ng15** | 4.x | `npm install ngx-translate-cut` | +| **ng16** | 5.x | `npm install ngx-translate-cut` | +| **ng15** | 4.x | `npm install ngx-translate-cut@4` | | **ng14** | 3.x | `npm install ngx-translate-cut@3` | | **ng13** | 3.x | `npm install ngx-translate-cut@3` | | **ng12** (ivy only) | 2.x | `npm install ngx-translate-cut@2` |