Skip to content

Commit

Permalink
chore: add missing < in readme (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: Kote <km@projectn.co>
  • Loading branch information
kmushegi and Kote committed Sep 28, 2023
1 parent 081deed commit 60aedd6
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 @@ -21,7 +21,7 @@ In order to run Sidekick, you first need to set some ENV variables
```bash
export GRANICA_CUSTOM_DOMAIN=<YOUR_CUSTOM_DOMAIN>
# Optional of running on an ec2 or google compute engine instance
export GRANICA_REGION=YOUR_GRANICA_CRUNCH_CLUSTER_REGION>
export GRANICA_REGION=<YOUR_GRANICA_CRUNCH_CLUSTER_REGION>
# (AWS) Optional if not running on a ec2 instance to force read from a read-replica in this az
export AWS_ZONE_ID=<AWS_ZONE_ID>
# (GCP) Optional if not running on a google compute engine instance to force use a replica in this zone
Expand Down

0 comments on commit 60aedd6

Please sign in to comment.