From a0038a94c783d4b4b535de0ab4d10e92b87b7966 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 13 Jan 2022 15:08:39 +0100 Subject: [PATCH] Updated package.json to include visitor samples --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f535b77..b205b24 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,13 @@ "samples": [ { "displayName": "Example Sites", - "descriptoin": "Example sites which can be visited with a Humanoid Visitor", + "description": "Example sites which can be visited with a Humanoid Visitor", "path": "Samples/Sites" + }, + { + "displayName": "Default Visitors", + "description": "Visitors which can browse sites", + "path": "Samples/Visitors" } ] } \ No newline at end of file