From 0acf959fb601f825da0f59d12374ee93a5179ab3 Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Fri, 10 Apr 2020 17:13:24 -0400 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: David Rowe --- tools/jsdoc/api-mainpage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/jsdoc/api-mainpage.md b/tools/jsdoc/api-mainpage.md index d478aeba37..9135c88bbc 100644 --- a/tools/jsdoc/api-mainpage.md +++ b/tools/jsdoc/api-mainpage.md @@ -1,4 +1,4 @@ -The Vircadia JavaScript API lets content creators and developers create new experiences and transform virtual worlds within the High Fidelity metaverse. With it, you can build great content, customize avatars, play audio and so much more. +The Vircadia JavaScript API lets content creators and developers create new experiences and transform virtual worlds within the Vircadia metaverse. With it, you can build great content, customize avatars, play audio and so much more. You are most likely to interact with these APIs: @@ -6,4 +6,4 @@ You are most likely to interact with these APIs: * The **[AvatarList](AvatarList.html)**, **[MyAvatar](MyAvatar.html)**, and **[Avatar](Avatar.html)** namespaces affect your personal avatars, and lets you get information on other people's avatars. * The **[Script](Script.html)** namespace lets you to connect callbacks from your client to script, such as functionality that is dependent on time (`Script.update`, `Script.setTimeout`, `Script.setInterval`, etc), connect paths relatively to assets (`Script.resolvePath`), refer to other scripts (`Script.require`, `Script.include`), or connect functions to events which occur when the script is turned off (`Script.scriptEnding`). -To learn more about using High Fidelity and exploring the metaverse, visit the [Vircadia Documentation](https://docs.vircadia.dev). +To learn more about using Vircadia and exploring the metaverse, visit the [Vircadia Documentation](https://docs.vircadia.dev).