From a9a4d00a800a370adcb3570e176625535c1f430d Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Thu, 27 Feb 2025 18:17:40 -0800 Subject: [PATCH] fix: multi-tenant README --- examples/postgres/multi-tenant/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/postgres/multi-tenant/README.md b/examples/postgres/multi-tenant/README.md index 8122d852..36882026 100644 --- a/examples/postgres/multi-tenant/README.md +++ b/examples/postgres/multi-tenant/README.md @@ -3,7 +3,7 @@ This example project involves three crates, each owning a different schema in one database, with their own set of migrations. -* The main crate, an Axum app. +* The main crate, a simple binary simulating the action of a REST API. * Owns the `public` schema (tables are referenced unqualified). * Migrations are moved to `src/migrations` using config key `migrate.migrations-dir` to visually separate them from the subcrate folders.