Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 02331cb

Browse files
author
sw-yx
committed
2 parents e819fcb + dae2eca commit 02331cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It automatically detects common tools like Gatsby, Hugo, React Static, Eleventy,
1010

1111
## Prerequisites
1212

13-
- You should have the latest Netlify CLI version (`netlify -v` gives v2.10 and up) -`npm install -g netlify-cli` if not
13+
- You should have the latest Netlify CLI version. Run `npm install -g netlify-cli` to be sure.
1414
- You should be [logged in on Netlify CLI](https://www.netlify.com/docs/cli/#authentication)
1515
- Your project should be linked to a `siteID` on Netlify (using [netlify init](https://www.netlify.com/docs/cli/#continuous-deployment) or [netlify link](https://www.netlify.com/docs/cli/#linking-and-unlinking-sites)). You can confirm this has been done if you have a `.netlify` folder with a `state.json` file containing your `siteID`.
1616

@@ -213,7 +213,7 @@ Notice that all the functions created by `netlify functions:create` require no b
213213
214214
This can be helpful, for example, to use ES modules syntax (e.g. `import`/`export`) via webpack, babel transforms via `babel-cli` or `babel-loader`, or strict type-checking and transpilation with TypeScript's `tsc` or other webpack loaders.
215215

216-
We'll call this category of tools **function builders**. In fact, we do maintain an open source function builder dedicated to the task of transforming serverless functions from source to destination via webpack, called [`netlify-lambda`](https://github.com/netlify/netlify-lambda).
216+
We'll call this category of tools **function builders**. In fact, we do maintain an open source function builder dedicated to the task of transforming serverless functions from source to destination via webpack, called [`netlify-lambda`](https://github.com/netlify/netlify-lambda). We maintain [a comparison between Netlify Dev and `netlify-lambda` on its README as well as advice on when to use which or both](https://github.com/netlify/netlify-lambda#netlify-lambda).
217217
218218
**Function Builder Detection**
219219

0 commit comments

Comments
 (0)