From 85782e938a8a85667b8e3be54a1e3b284fab5f63 Mon Sep 17 00:00:00 2001 From: Michael Boland Date: Sun, 24 Nov 2024 13:57:05 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2553174..d395cca26 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Each directory in our repository is a seperate project— each with its own buil | Directory | Description | | ---------------------------------------------- | --------------------------------------------------------------------- | | [`app/android`](app/android) | Android mobile app | -| [`app/rust`](app/core) | Key and wallet management | +| [`app/rust`](app/rust) | Key and wallet management | | [`app/ios`](app/ios) | iOS mobile app | | [`app/shared`](app/shared) | Kotlin Multiplatform code shared between Android and iOS | | [`app/style`](app/style) | Style Dictionary (shared) |