Skip to content

Commit

Permalink
Merge pull request #698 from jayercule/doc-fix-hubpage
Browse files Browse the repository at this point in the history
Doc fix hubpage
  • Loading branch information
zsimjee authored Apr 8, 2024
2 parents bc92da3 + 10244e8 commit 2a19f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hub/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ guardrails configure
You can download a guardrail from the Hub using the `install` command. For example, to download the `regex_match` guardrail, you can run:

```bash
gudardrails hub install hub://guardrails/regex_match
guardrails hub install hub://guardrails/regex_match
```

## 4. Use the Guardrail
Expand Down Expand Up @@ -70,4 +70,4 @@ guard = Guard().use(
)

guard.validate("My favorite phone is BlackBerry.") # Guardrail Passes
```
```

0 comments on commit 2a19f9a

Please sign in to comment.