diff --git a/sdk/typescript/docs/pages/FAQ/general.mdx b/sdk/typescript/docs/pages/FAQ/general.mdx index 6f21d3a020..b0417bdb5f 100644 --- a/sdk/typescript/docs/pages/FAQ/general.mdx +++ b/sdk/typescript/docs/pages/FAQ/general.mdx @@ -11,8 +11,8 @@ If you’re looking to build or ‘Nymify’ existing solutions, read on: For de Stay on this page, the [TS SDK handbook](../) (you are here) for using the TypeScript SDK. These SDKs abstract away much of the messaging and core logic from your app, and allow you to run a Nym client as part of your application process, instead of having to run them separately. In short, they simplify building Nym clients into your project. -###### Nym clients: Websocket, WebAssembly, SOCKS5 -Alternatively, you can also use one of the three Nym clients to connect your application to the mixnet. +###### Standalone Nym clients: Websocket, WebAssembly, SOCKS5 +Alternatively, you can also use one of the three standalone Nym clients to connect your application to the mixnet. These clients do the majority of the heavy-lifting with regards to cryptographic operations and routing under the hood. Essentially, they all do the same thing: create a connection to a gateway, encrypt and decrypt packets sent to and received from the mixnet, and send cover traffic to hide the flow of actual app traffic from observers. You can learn more about the Nym clients in this [Nym integration page](https://nymtech.net/developers/integrations/mixnet-integration.html).