fixed incorrect import path for chat app

This commit is contained in:
mfahampshire
2023-08-09 14:24:57 +02:00
parent 2db3297d1e
commit 6be7c094be
+1 -1
View File
@@ -47,7 +47,7 @@ There are multiple example projects in [`nym/sdk/typescript/examples/`](https://
The best place to start if you just want to quickly get a basic frontend up and running with which to experiment is `examples/plain-html`:
```typescript
{{#include ../../../../sdk/typescript/examples/plain-html/src/index.ts}}
{{#include ../../../../sdk/typescript/examples/chat-app/plain-html/src/index.ts}}
```
As you can see, all that is required to create an ephemeral keypair and connect to the mixnet is creating a client and then subscribing to the mixnet events coming down the websocket, and adding logic to deal with them.