diff --git a/README.md b/README.md new file mode 100644 index 000000000..6e4264df6 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Logto + +The monorepo for Logto core service. + +## Get Started + +TBD diff --git a/packages/core/README.md b/packages/core/README.md index f445dd5e8..73f0ac63d 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,6 +1,6 @@ -# Logto Core +# @logto/core -Logto is an open-source identity solution. This repo contains the core service. +The core backend service. ## Get Started diff --git a/packages/ui/README.md b/packages/ui/README.md index e10f0957c..6e3cbb442 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -1,3 +1,3 @@ # @logto/ui -The core register / sign-in experience for end-users. +The register / sign-in experience for end-users.