From 6f03b3f03a31ca405b7d7facfe42d2c8884fec41 Mon Sep 17 00:00:00 2001 From: mildred Date: Tue, 5 Mar 2024 10:41:24 +0100 Subject: [PATCH] remove line from README --- .gitignore | 1 + README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index da26fdb..122f199 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ node_modules/ /vc_schemas/ .vscode .github +.DS_Store diff --git a/README.md b/README.md index 8cfc287..02ee93c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ To get started with the IdHub testing project, you need to have the following pr - **Node.js**: Ensure you have Node.js version 14 or later installed. You can check your version by running `node -v` in your terminal. If you need to install or update Node.js, visit the [official Node.js website](https://nodejs.org/). - **TypeScript**: The project is written in TypeScript. You should have TypeScript version 4.0 or later. You can install it globally using npm by running `npm install -g typescript`. - **Playwright**: Playwright is the tool used for end-to-end testing. You can install it by running `npm install playwright`. -- **Installation**: Step-by-step instructions on how to clone the repository and install dependencies. ### Installation