From 48270b16efb2488a29d56ba7e6d9011b8d61e4a7 Mon Sep 17 00:00:00 2001 From: Zee Khoo Date: Wed, 30 Aug 2023 14:41:58 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3dee0b..60d3bd6 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ returning the string "Hello World" as a response, but you should be able to send ## Fauna Setup Follow [these](https://docs.fauna.com/fauna/current/learn/quick_start/client_quick_start?lang=javascript#prerequisites) -instructions from steps 1 through 3 to obtain an access key. For local development, -copy and paste the value of the acces key into `FAUNA_ACCESS_KEY` in the [fastly.toml](./fastly.toml) file. +instructions to [create a database](https://docs.fauna.com/fauna/current/get_started/client_quick_start?lang=javascript#create-a-database) and [get a database access token](https://docs.fauna.com/fauna/current/get_started/client_quick_start?lang=javascript#get-a-database-access-token). For local development, +copy and paste the value of the database access token into `FAUNA_ACCESS_KEY` in the [fastly.toml](./fastly.toml) file. ## Test locally @@ -50,7 +50,7 @@ or [fastly CLI](https://developer.fastly.com/reference/cli/dictionary/create/): * Dictionary name = `fauna_env_variables` * Set write-only = `true` - * Create a dictionary item with the key = `FAUNA_ACCESS_KEY` and value = the access key obtained from the Fauna database. + * Create a dictionary item with the key = `FAUNA_ACCESS_KEY` and value = the database access token obtained from the Fauna database. Example steps using CLI: 1. Create dictionary