Skip to content

Commit

Permalink
Update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Pinkerton committed Sep 10, 2018
1 parent 87a09d3 commit c4f358c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/providers/cloudflare-workers/guide/installation.md
Expand Up @@ -54,4 +54,4 @@ To see which version of serverless you have installed run:
serverless --version
```

Remember, you need version 1.31 to use Cloudflare Workers with Serverless.
Remember, you need at least version 1.31.0 to use Cloudflare Workers with Serverless.
2 changes: 1 addition & 1 deletion docs/providers/cloudflare-workers/guide/quick-start.md
Expand Up @@ -14,7 +14,7 @@ layout: Doc

## Pre-requisites
Node.js `v6.5.0` or later.
Serverless CLI `v1.31` or later. You can run `npm install -g serverless` to install it.
Serverless CLI `v1.31.0` or later. You can run `npm install -g serverless` to install it.

## Create a new service
Create a new service using either the `cloudflare-workers` or `cloudflare-workers-enterprise` template, depending on your Cloudflare domain’s plan level, and specifying a unique name and an optional path for your service.
Expand Down

0 comments on commit c4f358c

Please sign in to comment.