We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b262cb2 commit 24b3915Copy full SHA for 24b3915
1 file changed
readme.md
@@ -70,7 +70,7 @@ Configure Ray to send events to `localhost:23517`:
70
```
71
src/
72
├── main.rs # Application entry point
73
-├── app.rs # GUI application logic
+├── app.rs # GUI application logic
74
├── server.rs # HTTP server implementation
75
├── event_storage.rs # Event storage and management
76
├── events/ # Event processing modules
@@ -124,4 +124,4 @@ This project is open source and available under the [MIT License](LICENSE).
124
## Resources
125
126
- [GPUI Framework](https://github.com/zed-industries/zed/tree/main/crates/gpui)
127
-- [Ray Documentation](https://spatie.be/docs/ray)
+- [Ray Documentation](https://spatie.be/docs/ray)
0 commit comments