zeitgeistpm / documentation

Source material for Zeitgeist's documentation site.
https://docs.zeitgeist.pm
3 stars 12 forks source link

fix: Update docs showing how to use ESM instead of CommonJS and WS to connect to local node #79

Open ltfschoen opened 1 year ago

ltfschoen commented 1 year ago

Updates to documentation to close this issue https://github.com/zeitgeistpm/sdk-next/issues/12

Update to use ws instead of wss since it's most likely users will start building in development and if they follow the instructions and run the local Zeitgeist node in a docker container it will only accept ws. I've highlighted that they should prepare to use wss in production for users that don't already know

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 11, 2023 at 8:40AM (UTC)
maltekliemann commented 1 year ago

@yornaath Could you take a quick look at this?