surma / rollup-plugin-entrypoint-hashmanifest

A rollup plugin that generates a hash manifest for each entry point.
Apache License 2.0
13 stars 5 forks source link

typos on readme page #1

Closed jeberly closed 5 years ago

jeberly commented 5 years ago

Thanks for this little plugin, was exactly what I was searching for. A few minor typos on home page.

npm install --save rollup-plugin-hashmanifest should be npm install --save-dev rollup-plugin-entrypoint-hashmanifest

and import entrypointHashmanifest from "rollup-plugin-entrypoint-"; should be import entrypointHashmanifest from 'rollup-plugin-entrypoint-hashmanifest';

Thanks!