diff --git a/apps/docs/src/content/docs/guides/getting-started.mdx b/apps/docs/src/content/docs/guides/getting-started.mdx index 77f4eb3..9c06e2a 100644 --- a/apps/docs/src/content/docs/guides/getting-started.mdx +++ b/apps/docs/src/content/docs/guides/getting-started.mdx @@ -5,9 +5,9 @@ description: First steps with the Zapp SDK import { PackageManagers } from "starlight-package-managers"; -The Zapp SDK lets you build JavaScript apps which connect to PARCNET clients, giving you access to programmable cryptography tools which enable secure and private interaction with the user's personal data. +The Zapp SDK lets you build JavaScript apps which connect to Zupass, giving you access to programmable cryptography tools which enable secure and private interaction with the user's personal data. -In this guide we'll look at how to get started as an app developer, connect to a PARCNET client, and interact with the user's data store. +In this guide we'll look at how to get started as an app developer, connect to Zupass, and interact with the user's data store. ## Installation @@ -27,9 +27,9 @@ Next, import the connector package in your application code: import { connect } from "@parcnet-js/connector"; ``` -## Connect to PARCNET +## Connect to Zupass -To connect, you will need to define some data about your Zapp, select a host HTML element, and choose a PARCNET client to connect to. +To connect, you will need to define some data about your Zapp, select a host HTML element, and choose a Zupass URL to connect to. ### Defining your Zapp @@ -46,7 +46,7 @@ Try to give your Zapp a simple, memorable name that is clearly tied to its brand ### Select an HTML element -The app connector works by inserting an `