Skip to content

Commit

Permalink
Minor: improve copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aral committed Mar 31, 2021
1 parent 58934b7 commit 7024dbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Subresource integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) (SRI) plugin for [Vite](https://vitejs.dev/).

Adds subresource integrity hashes to script and stylesheet imports from your _index.html_ at build time.
Adds subresource integrity hashes to script and stylesheet imports from your _index.html_ file at build time.

## Install

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Subresource integrity (SRI) plugin for Vite (https://vitejs.dev/)
//
// Adds subresource integrity hashes to script and stylesheet
// imports from your index.html at build time.
// imports from your index.html file at build time.
//
// If you’re looking for a generic Rollup plugin that does the same thing,
// see rollup-plugin-sri by Jonas Kruckenberg that this one was inspired by:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@small-tech/vite-plugin-sri",
"version": "1.0.0",
"description": "A Vite plugin that adds subresource integrity hashes to your index.html at build time.",
"description": "A Vite plugin that adds subresource integrity hashes to your index.html file at build time.",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7024dbf

Please sign in to comment.