Skip to content

Commit

Permalink
fix(docs): changes(ZEIT to Vercel) in core-utils and recipes (gatsbyj…
Browse files Browse the repository at this point in the history
  • Loading branch information
radiohertz committed May 18, 2020
1 parent e2bd4db commit aeb6c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/recipes/deploying-your-site.md
Expand Up @@ -95,11 +95,11 @@ Use [Vercel CLI](https://vercel.com/download) to deploy your Gatsby application

### Directions

1. Login into Now CLI using `now login`
1. Login into Vercel CLI using `vercel login`

2. Change to the directory of your Gatsby.js application in the Terminal if you aren't already there

3. Run `now` to deploy it
3. Run `vercel` to deploy it

### Additional resources

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/README.md
Expand Up @@ -66,7 +66,7 @@ const url = joinPath(BASEPATH, pathname)

### isCI

A utility that enhances `isCI` from 'ci-info` with support for ZEIT's Now and Heroku detection
A utility that enhances `isCI` from 'ci-info` with support for Vercel and Heroku detection

```js
const { isCI } = require("gatsby-core-utils")
Expand Down

0 comments on commit aeb6c03

Please sign in to comment.