Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Mar 1, 2024
1 parent bcf2137 commit 5433e63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ You can access the `WritrOptions` from the instance of Writr.
import { Writr, WritrOptions } from 'writr';
```

### `.engine`

Accessing the underlying engine for this instance of Writr. This is a `Processor<Root, Root, Root, undefined, undefined>` fromt the unified `.use()` function. You can use this to add additional plugins to the engine.


### `.options`

Accessing the default options for this instance of Writr.
Expand Down

0 comments on commit 5433e63

Please sign in to comment.