From 9df348abbb06626e7739f3a7499944240cfa5055 Mon Sep 17 00:00:00 2001 From: namiyousef Date: Wed, 8 May 2024 20:03:10 +0200 Subject: [PATCH] updates readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c6d952..1b530bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # in-n-out -general purpose data ingestion app -# Run app in dev mode +An app to make reading/writing from different data sources a piece of cake. + +If you wish to use the universal connector for your own application, checkout [in-n-out-clients](https://github.com/namiyousef/in-n-out-clients). + +## Run app in dev mode ```bash uvicorn main:app --reload -``` +``` \ No newline at end of file