inukshuk / edtf.js

Extended Date Time Format (ISO 8601-2 / EDTF) Parser for JavaScript
BSD 2-Clause "Simplified" License
65 stars 12 forks source link

Fix link to NPM package #47

Closed 1ec5 closed 9 months ago

1ec5 commented 9 months ago

Replaced the readme’s link to https://www.npmjs.com/packages/edtf, which is a 404, with the correct URL at https://www.npmjs.com/package/edtf.

inukshuk commented 9 months ago

Thanks!