From 49282ae25716cf12345e8de630bcbbd7774a752e Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Mon, 5 Sep 2022 20:09:30 +0200 Subject: [PATCH] adjust readme --- examples/with-xata/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/with-xata/README.md b/examples/with-xata/README.md index df4b29e059ebb..a494faef92a75 100644 --- a/examples/with-xata/README.md +++ b/examples/with-xata/README.md @@ -32,6 +32,8 @@ pnpm create next-app --example cms-contentful cms-contentful-app ### Link Your Xata Workspace and Run Codegen +> 💡 consider [installing the Xata CLI globally](https://xata.io/docs/cli/getting-started), it will likely improve your experience managing your databases + ```sh npm run start:xata ```