From ba78db1701007b00146d6c4dab78dbb7388864f7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 20 Nov 2022 20:07:08 +0100 Subject: [PATCH] bump README again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e27e06b..5cd44bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Currently, it contains the following major subcrates: 1. The [`spacepackets`](https://egit.irs.uni-stuttgart.de/rust/spacepackets) crate which contains basic ECSS and CCSDS packet protocol implementations. -2. The [`fsrc-core`](https://egit.irs.uni-stuttgart.de/rust/fsrc-launchpad/src/branch/main/fsrc-core) +2. The [`satrs-core`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-core) crate containing the core components of sat-rs -3. The [`fscr-example`](https://egit.irs.uni-stuttgart.de/rust/fsrc-launchpad/src/branch/main/fsrc-example) +3. The [`satrs-example`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-example) crate which shows a simple example on-board software using various sat-rs components.