diff --git a/README.md b/README.md index d68e91d..96d2b8d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ export class AppModule {} Next, set up a config property. You can read all annotation types on Rough Notation's official documentation. ```typescript +import { RoughAnnotationConfig } from 'ngx-notation-reveal'; + readonly underline = { type: 'underline', color: '#F38181',