From 12c6e43dc032336f025bc127273b6644162ac09a Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 2 Mar 2021 20:48:25 -0500 Subject: [PATCH] Typo in README.md (#135) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03eb8c2..5be5c36 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The easiest way to get started with the GRANDstack Starter is to create a Neo4j [Neo4j Sandbox](https://neo4j.com/sandbox) allows you to create a free hosted Neo4j instance private to you that can be used for development. -After singing in to Neo4j Sandbox, click the `+ New Project` button and select the "Blank Sandbox" option. In the next step we'll use the connection credentials from the "Connection details" tab to connect our GraphQL API to this Neo4j instance. +After signing in to Neo4j Sandbox, click the `+ New Project` button and select the "Blank Sandbox" option. In the next step we'll use the connection credentials from the "Connection details" tab to connect our GraphQL API to this Neo4j instance. ![Neo4j Sandbox connection details](img/neo4j-sandbox.png)