Skip to content

Commit b3e4fbd

Browse files
authored
Merge pull request #703 from argen666/patch-1
Update getting_started.md
2 parents d8f7258 + f2f7350 commit b3e4fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guardrails_ai/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install guardrails-ai
1717
2. Install a guardrail from Guardrails Hub.
1818

1919
```bash
20-
gudardrails hub install hub://guardrails/regex_match
20+
guardrails hub install hub://guardrails/regex_match
2121
```
2222
3. Create a Guard from the installed guardrail.
2323

@@ -100,4 +100,4 @@ This prints:
100100
"pet_type": "dog",
101101
"name": "Buddy
102102
}
103-
```
103+
```

0 commit comments

Comments
 (0)