diff --git a/README.md b/README.md index f67ebc81..2c9f3a62 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Sapper uses Rollup or webpack to provide code-splitting and dynamic imports, as To start a production version of your app, run `npm run build && npm start`. This will disable live reloading, and activate the appropriate bundler plugins. -You can deploy your application to any environment that supports Node 10 or above. As an example, to deploy to [ZEIT Now](https://zeit.co/now) when using `sapper export`, run these commands: +You can deploy your application to any environment that supports Node 10 or above. As an example, to deploy to [Vercel Now](https://vercel.com) when using `sapper export`, run these commands: ```bash npm install -g now diff --git a/src/routes/blog/_posts.js b/src/routes/blog/_posts.js index 256c71ed..7791a21e 100644 --- a/src/routes/blog/_posts.js +++ b/src/routes/blog/_posts.js @@ -65,7 +65,7 @@ const posts = [ title: 'How is Sapper different from Next.js?', slug: 'how-is-sapper-different-from-next', html: ` -

Next.js is a React framework from Zeit, and is the inspiration for Sapper. There are a few notable differences, however:

+

Next.js is a React framework from Vercel, and is the inspiration for Sapper. There are a few notable differences, however: