Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.57 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.57 KB

typographic-en-dashes

NPM version Build Status Coveralls Status Dependency Status DevDependency Status

Use them, don’t confuse them

Micro module to help eliminate one of the bad typewriter habits. Safely replacing hyphens in a range of values with en dashes only.

Install

npm install --save typographic-en-dashes

Usage

var endashes = require('typographic-en-dashes');

endashes(`Kurt Cobain (1967-1994)`); // Kurt Cobain (1967–1994)

License

MIT © Vladimir Starkov