Skip to content

Commit a926ef3

Browse files
committed
Merge branch 'fix_server_mismatch' of github.com:guardrails-ai/guardrails into fix_server_mismatch
2 parents 86109d6 + 3570ecc commit a926ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting_started/guardrails_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We'll use the `create` command on the guardrails CLI to do this. We'll specify t
3535

3636

3737
```bash
38-
guardrails create --validators hub://guardrails/gibberish_text --name gibberish_guard
38+
guardrails create --validators hub://guardrails/gibberish_text --guard-name gibberish_guard
3939
```
4040

4141
:::note

docs/how_to_guides/hosting_with_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ First, we need to install any validators we want to use from the hub. In this ex
2828

2929

3030
```
31-
guardrails create --validators=hub://guardrails/regex_match --name=title-case
31+
guardrails create --validators=hub://guardrails/regex_match --guard-name=title-case
3232
```
3333

3434

0 commit comments

Comments
 (0)