Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinovyatkin authored Jul 1, 2020
1 parent 1cd8f75 commit bd5194e
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 @@ -2,7 +2,7 @@

## Simplified email message composition library for Node.js

![npm](https://img.shields.io/npm/v/mailbuilder.svg) [![codecov](https://codecov.io/gh/tinovyatkin/mailbuilder/branch/master/graph/badge.svg)](https://codecov.io/gh/tinovyatkin/mailbuilder) ![node](https://img.shields.io/node/v/mailbuilder.svg) ![Typed with TypeScript](https://camo.githubusercontent.com/41c68e9f29c6caccc084e5a147e0abd5f392d9bc/68747470733a2f2f62616467656e2e6e65742f62616467652f547970655363726970742f7374726963742532302546302539462539322541412f626c7565)
[![npm](https://img.shields.io/npm/v/mailbuilder.svg)](https://www.npmjs.com/package/mailbuilder) [![codecov](https://codecov.io/gh/tinovyatkin/mailbuilder/branch/master/graph/badge.svg)](https://codecov.io/gh/tinovyatkin/mailbuilder) ![node](https://img.shields.io/node/v/mailbuilder.svg) ![Typed with TypeScript](https://camo.githubusercontent.com/41c68e9f29c6caccc084e5a147e0abd5f392d9bc/68747470733a2f2f62616467656e2e6e65742f62616467652f547970655363726970742f7374726963742532302546302539462539322541412f626c7565)

This is simple library (no dependencies) to generate HTML-only email messages (without attachments) from given parameters. Supports Unicode for names and subject, but encodes only when it's actually required:

Expand Down

0 comments on commit bd5194e

Please sign in to comment.