Skip to content

Commit

Permalink
README instructions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mluizinkTS committed Mar 22, 2024
1 parent 5f17419 commit 32ced16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Transmit Security Webinar - March 26 2024
# Transmit Security Webinar - March 26, 2024

This repository contains three branches:

Expand All @@ -11,10 +11,10 @@ Software installed:

## Getting started

Clone this repository, make sure to select the branch `adding-passkeys-starter`
Clone this repository, make sure to select the branch `adding-detectionandresponse-starter`

```bash
git clone -b adding-detectionandresponse-starter https://github.com/TransmitSecurity/Feb26Workshop.git
git clone -b adding-detectionandresponse-starter https://github.com/TransmitSecurity/Mar26Workshop.git
```

Install the project dependencies.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"help": "node src/scripts/log-help.js",
"spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\""
"spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"",
"postinstall": "cd client-lib && npm install && npm run build"
},
"dependencies": {
"@coreui/icons": "^3.0.1",
Expand Down

0 comments on commit 32ced16

Please sign in to comment.