nibtime / next-safe-middleware

Strict CSP (Content-Security-Policy) for Next.js hybrid apps https://web.dev/strict-csp/
https://next-safe-middleware.vercel.app
MIT License
78 stars 20 forks source link

Fix npm install command in README #78

Open grempe opened 1 year ago

grempe commented 1 year ago

You specify:

npm -i @next-safe/middleware
// Unknown command: "@next-safe/middleware"

Which should actually be one of:

npm i @next-safe/middleware
npm install @next-safe/middleware