Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobWrenn committed May 22, 2020
2 parents a4848f2 + b8f578f commit 9a5e2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project is a generic Dart package used to get an HTML output from the Notus
```dart
final NotusConverter converter = NotusConverter();
converter.getHTML(myNotusDocument) // HTML Output
converter.getHTML(myNotusDocument); // HTML Output
```

## Contributing
Expand Down

0 comments on commit 9a5e2e1

Please sign in to comment.