From b31d2fd55eafb9b708237cc22c80edd1403810f8 Mon Sep 17 00:00:00 2001 From: Valter Balegas Date: Fri, 29 Dec 2023 11:36:18 +0000 Subject: [PATCH] removed empty line --- examples/node-sidecar/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/node-sidecar/README.md b/examples/node-sidecar/README.md index 2c382e8eaf..258d12d3e6 100644 --- a/examples/node-sidecar/README.md +++ b/examples/node-sidecar/README.md @@ -41,8 +41,7 @@ cd apps/node yarn backend:start # or backend:up to run in the background ``` -Open another terminal to migrate the Postgres database and generate an Electric client for the application: - +Open another terminal to migrate the Postgres database and generate an Electric client for the application: ```sh cd apps/node yarn db:migrate