From 3db0f53943ac45559c8fbe9907d2c44358afbcaa Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Tue, 27 Jan 2026 06:15:03 -0500 Subject: [PATCH] Correct commands. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0572542..9ab0e65 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ raven run main.Main ## Future plans -- [ ] Make `nest run` fall back to an entry point specified in Nest.toml, when +- [ ] Make `raven run` fall back to an entry point specified in Nest.toml, when none provided. - [ ] Fix project structure, eliminate inter-dependencies. - [ ] Separate out `java.rs` into a dedicated wrapper library. -- [ ] Possibly add support for pulling remote packages via `nest add`. This +- [ ] Possibly add support for pulling remote packages via `raven add`. This will be implemented should there arise a need. - [ ] Wrap errors properly, instead of hap-hazardly using `anyhow` - [ ] Maybe proper logging?