@stream-mdx/worker 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,10 +43,12 @@ If you compile MDX on the server (e.g. Next.js API route), use the same compilat
43
43
  import { compileMdxContent } from "@stream-mdx/worker/mdx-compile";
44
44
  ```
45
45
 
46
- See `docs/REACT_INTEGRATION_GUIDE.md` for the full wiring and parity notes.
46
+ See the React integration guide for full wiring and parity notes:
47
+ https://github.com/kmccleary3301/stream-mdx/blob/main/docs/REACT_INTEGRATION_GUIDE.md
47
48
 
48
49
  ## Docs
49
50
 
50
- - React integration guide: `docs/REACT_INTEGRATION_GUIDE.md`
51
- - Security model / CSP: `docs/SECURITY_MODEL.md`
52
- - Plugins & custom worker bundles: `docs/STREAMING_MARKDOWN_PLUGINS_COOKBOOK.md`
51
+ - React integration guide: https://github.com/kmccleary3301/stream-mdx/blob/main/docs/REACT_INTEGRATION_GUIDE.md
52
+ - Security model / CSP: https://github.com/kmccleary3301/stream-mdx/blob/main/docs/SECURITY_MODEL.md
53
+ - Plugins & custom worker bundles: https://github.com/kmccleary3301/stream-mdx/blob/main/docs/STREAMING_MARKDOWN_PLUGINS_COOKBOOK.md
54
+ - CLI usage + worker-thread integration: https://github.com/kmccleary3301/stream-mdx/blob/main/docs/CLI_USAGE.md