Skip to content

Commit 2a19f9a

Browse files
authored
Merge pull request #698 from jayercule/doc-fix-hubpage
Doc fix hubpage
2 parents bc92da3 + 10244e8 commit 2a19f9a

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)