From 897202d6166d1278e66764140f63ac9e2e60d15e Mon Sep 17 00:00:00 2001 From: Maurice Luizink Date: Tue, 9 Apr 2024 09:46:42 +0200 Subject: [PATCH] Updated instructions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a484171..433a374 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Transmit Security Webinar - March 26th, 2024 +# Transmit Security This repository contains three branches: -- **main**: shows a full Detection and Response integration. This is the solution of the webinar, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected. -- **adding-drs-starter** is the starting point of the webinar, a base code to learn how to implement the Transmit Security's Detection and Response Service in a project -- **adding-detection-solution** is the first solution of the webinar, where the Detection and Response Service is integrated in silent (monitoring) mode. +- **main**: shows a full Detection and Response integration. This is the solution, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected. +- **adding-drs-starter** is the starting point, a base code to learn how to implement the Transmit Security's Detection and Response Service in a project +- **adding-detection-solution** is the first solution, where the Detection and Response Service is integrated in silent (monitoring) mode. ## Prerequistes @@ -19,7 +19,7 @@ With VScode, we also recommend the plugin [Vue Official](https://marketplace.vis Clone this repository, make sure to select the branch `adding-drs-starter` ```bash -git clone -b adding-drs-starter https://github.com/TransmitSecurity/Mar26Workshop.git +git clone -b adding-drs-starter https://github.com/TransmitSecurity/Training-DRS.git ``` Install the project dependencies. @@ -35,7 +35,7 @@ Start the demo npm run dev ``` -Follow the webinar ! +Follow the training ! You also have the documentation in [./docs/add-detection-and-response.md](./docs/add-detection-and-response.md).