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.