Skip to content

Commit e607287

Browse files
authored
Enhance Hot Reload section with BTS API access info
Added information on accessing native device APIs via BTS.
1 parent f63bf69 commit e607287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Now that your project files are populated, development can begin.
236236

237237
## Hot Reload
238238

239-
This entails creating a [LynxExplorer](https://lynxjs.org) application with the [jsaddle-warp](https://hackage.haskell.org/package/jsaddle-warp) hot-reload package. This will require using [rspack](https://rspack.rs/) and the BTS to access WebSockets via the `lynx` object.
239+
This entails creating a [LynxExplorer](https://lynxjs.org) application with the [jsaddle-warp](https://hackage.haskell.org/package/jsaddle-warp) hot-reload package. This will require using [rspack](https://rspack.rs/) and the BTS to access WebSockets via the `lynx` object. For more information on accessing native device APIs (like `WebSocket`) via the BTS please see the [Sphynx](https://github.com/dmjio/sphynx) project.
240240

241241
## Haddocks
242242

0 commit comments

Comments
 (0)