Skip to content

Commit

Permalink
fix: Fix typo in readme (#1419)
Browse files Browse the repository at this point in the history
## Relevant issue(s)

Resolves #1418 

## Description

This PR is a simply typo fix
  • Loading branch information
fredcarle authored Apr 27, 2023
1 parent 6c10804 commit 07d2402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ A valid email address is necessary for the creation of the certificate, and is i

When accessing DefraDB through a frontend interface, you may be confronted with a CORS error. That is because, by default, DefraDB will not have any allowed origins set. To specify which origins should be allowed to access your DefraDB endpoint, you can specify them when starting the database:
```shell
defradb start --allowe-dorigins=https://yourdomain.com
defradb start --allowed-origins=https://yourdomain.com
```

If running a frontend app locally on localhost, allowed origins must be set with the port of the app:
Expand Down

0 comments on commit 07d2402

Please sign in to comment.