Skip to content

Commit 24b3915

Browse files
committed
Fix typo in file name in README to remove extra space
1 parent b262cb2 commit 24b3915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Configure Ray to send events to `localhost:23517`:
7070
```
7171
src/
7272
├── main.rs # Application entry point
73-
├── app.rs # GUI application logic
73+
├── app.rs # GUI application logic
7474
├── server.rs # HTTP server implementation
7575
├── event_storage.rs # Event storage and management
7676
├── events/ # Event processing modules
@@ -124,4 +124,4 @@ This project is open source and available under the [MIT License](LICENSE).
124124
## Resources
125125

126126
- [GPUI Framework](https://github.com/zed-industries/zed/tree/main/crates/gpui)
127-
- [Ray Documentation](https://spatie.be/docs/ray)
127+
- [Ray Documentation](https://spatie.be/docs/ray)

0 commit comments

Comments
 (0)