Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hayelomt committed Jan 25, 2024
1 parent d6f186f commit 0e08bcd
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 @@ -16,7 +16,7 @@ This library is used at [Crisp](https://crisp.chat/) everyday with around 1 mill
## Usage

```typescript
var email = new EmailReplyParser().read(MY_EMAIL_STRING);
const email = new EmailReplyParser().read(MY_EMAIL_STRING);

console.log(email.getVisibleText());
```
Expand Down

0 comments on commit 0e08bcd

Please sign in to comment.