diff --git a/README.md b/README.md index 245c4eb..07fec5f 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ $ npm i angular-svg-icon --save ## Integration -Import `HttpModule`, `SvgIconComponent`, and `SvgIconRegistryService` into your -app's main module. Example: +The **angular-svg-icon** should work as-is with webpack/angular-cli. Just add +the ``AngularSvgIconModule``. ```typescript import { AngularSvgIconModule } from 'angular-svg-icon';