Skip to content

Commit fa2bf4b

Browse files
authored
Fixing misspelled command
"guardrails" had an extra d
1 parent 106a94c commit fa2bf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ guardrails configure
2121
You can download a guardrail from the Hub using the `install` command. For example, to download the `regex_match` guardrail, you can run:
2222

2323
```bash
24-
gudardrails hub install hub://guardrails/regex_match
24+
guardrails hub install hub://guardrails/regex_match
2525
```
2626

2727
## 4. Use the Guardrail
@@ -70,4 +70,4 @@ guard = Guard().use(
7070
)
7171

7272
guard.validate("My favorite phone is BlackBerry.") # Guardrail Passes
73-
```
73+
```

0 commit comments

Comments
 (0)