diff --git a/README.md b/README.md index cbfa2a2..daea0c7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ Ensure that your Go bin directory is in your PATH. - `main.risor`: The entry point of your application. - `lib/`: Directory for additional Risor modules. -- `lib/rsx.risor`: Built-in RSX module with utility functions. ## Adding custom Risor modules @@ -122,6 +121,11 @@ This allows for faster iteration without needing to rebuild the binary. > Custom native Go modules not built into RSX are not avaible with `rsx run`. > If you are using a custom module, you will need to build the binary with `rsx build` to test it. +## Projects using RSX + +- [Verba](https://github.com/rubiojr/verba-go): API server to store and index Spanish RTVE news transcripts. +- [Firefox history exporter](https://github.com/rubiojr/history-exporter) - Firefox history to JSON exports. + ## Contributing Contributions are welcome! Please feel free to submit a Pull Request.