diff --git a/README.md b/README.md index 2fee798bed..0e959ead11 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ # Next on Netlify Build Plugin +

+ + + + + + +

+ This build plugin is a utility for enabling server-side rendering in Next.js on Netlify. It wraps your application in a tiny compatibility layer, so that pages can use Netlify Functions to be server-side rendered. **TL;DR: You can enable SSR in your Next.js applications with 3 simple steps, listed [here](#setup)!** diff --git a/package.json b/package.json index 0536bdd168..458fb3c8ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-plugin-nextjs", - "version": "1.0.0", + "version": "0.1.0", "description": "run Nextj.s seamlessly on netlify", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/netlify/netlify-plugin-nextjs" + "url": "git+https://github.com/netlify/netlify-plugin-nextjs.git" }, "keywords": [ "nextjs", @@ -16,7 +16,7 @@ "next" ], "author": "lindsaylevine", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/netlify/netlify-plugin-nextjs/issues" },