From b6e0a217cdba7e3631a585ade4321a148d492991 Mon Sep 17 00:00:00 2001 From: Elliot Date: Thu, 28 Apr 2022 15:11:20 -0400 Subject: [PATCH] Fix typo? (#137) --- packages/dataverse/docs/GET_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dataverse/docs/GET_STARTED.md b/packages/dataverse/docs/GET_STARTED.md index 04bcb26..26da8f8 100644 --- a/packages/dataverse/docs/GET_STARTED.md +++ b/packages/dataverse/docs/GET_STARTED.md @@ -68,7 +68,7 @@ console.log(variableB.get()) // prints 'some value' in the console ``` > As you can see there's a naming convention here for boxes (`variableB`), -> pointers (`variableP`), derivations (`variableP`), etc... +> pointers (`variableP`), derivations (`variableD`), etc... Now we can change the value: