From 7b5f0e98c8e119cc77ab2afd54495ae9ad642440 Mon Sep 17 00:00:00 2001 From: sofia Date: Sun, 30 Jun 2024 16:47:54 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f71dabc..cd02184 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The recommended Node.JS version is v21.5.0, others should also work. #### `identity-web` -1. Copy the `env.example` file: `cp .env.example .env` +1. Copy the `.env.example` file: `cp .env.example .env` 2. Run `yarn` to install the dependencies. * You may need to [enable Corepack](https://nodejs.org/api/corepack.html). 3. Run `yarn dev` and open the specified URL. @@ -31,7 +31,7 @@ The recommended Node.JS version is v21.5.0, others should also work. #### `identity-api` -1. Copy the `env.example` file: `cp .env.example .env` +1. Copy the `.env.example` file: `cp .env.example .env` 2. Run `yarn` to install the dependencies. * You may need to [enable Corepack](https://nodejs.org/api/corepack.html). 3. Run `yarn start` to start the server.