From 1727d0d651a958302bdbfcbbaa3d1ddb490d5a1a Mon Sep 17 00:00:00 2001 From: Duncan Betts Date: Tue, 27 Aug 2019 17:03:23 +0100 Subject: [PATCH] Update link to bootstrap-fauna-database.js The link was pointing to an outdated commit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0113823..393ba25 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Head over to [https://app.fauna.com/sign-up](https://app.fauna.com/sign-up) to c set FAUNADB_SERVER_SECRET=YourFaunaDBKeyHere ``` - Add the [/scripts/bootstrap-fauna-database.js](https://github.com/netlify/netlify-faunadb-example/blob/f965df497f0de507c2dfdb1a8a32a81bbd939314/scripts/bootstrap-fauna-database.js) to the root directory of the project. This is an idempotent script that you can run 1 million times and have the same result (one todos database) + Add the [/scripts/bootstrap-fauna-database.js](https://github.com/netlify/netlify-faunadb-example/blob/271721bbc0f1ad7980824a896e000be510763369/scripts/bootstrap-fauna-database.js) to the root directory of the project. This is an idempotent script that you can run 1 million times and have the same result (one todos database) Next up, add the bootstrap command to npm scripts in your `package.json` file