Skip to content

Commit b7e9fbb

Browse files
committed
chore(README): angular compatibility
1 parent f1977eb commit b7e9fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ A lot of developers is struggling with how to properly use the REST API in their
3939

4040
# Compatibility
4141

42-
- **Angular 6** (should also work with 5 and 4.3+)
42+
- **Angular 6+** (it should also work with 5 and 4.3+)
4343
- **RxJS 6** (Observable imports)
44-
- in case of rxjs <6 please update or rewrite the rxjs import to match the older version
44+
- in case of rxjs <6 please update or rewrite the rxjs imports to match the older version
4545

4646
See the [Changelog](https://github.com/flowup/api-client-generator/blob/master/CHANGELOG.md) to keep up with the features and changes.
4747

@@ -80,7 +80,7 @@ This command will generate API client described in the swagger.json file to the.
8080
| `-v`/`--verbose` | supply stack traces with outputted error messages |
8181
| `-t`/`--splitPathTags` | generate services and models only for the specified tags. Use `,` as the separator for multiple tags |
8282
| | use `all` to emit all as a service per tag |
83-
| `-m`/`--skipModule` | skip creating the index file with module export |
83+
| `-m`/`--skipModule` | skip creating the index file with module export |
8484

8585
<small>\* The author of the commit will be `api-client-generator <[email protected]>`.
8686
If there are any staged changes in your repository, the generator will halt pre-generation with an error to prevent including your changes in the automatic commit.*</small>

0 commit comments

Comments
 (0)