Skip to content

Commit

Permalink
Add import line to readme code snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
namitoyokota committed May 7, 2024
1 parent 1aba9a7 commit b3cf725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b3cf725

Please sign in to comment.