Skip to content

Commit

Permalink
Update the store config file name in README.md (#23)
Browse files Browse the repository at this point in the history
fix: Rename sample store config file name in README.md to `store.fga.yaml`
  • Loading branch information
thilak007 authored Mar 30, 2024
1 parent e9afab0 commit 8ffc0d9
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 @@ -49,7 +49,7 @@ git clone https://github.com/openfga/sample-stores.git openfga-sample-stores &&
2. Use the `fga` CLI to test the [sample store](#sample-stores) you choose (e.g. `github`, `custom-roles`, etc..)
```
SAMPLE_STORE=github
fga model test --tests "stores/${SAMPLE_STORE}/store.yaml"
fga model test --tests "stores/${SAMPLE_STORE}/store.fga.yaml"
```


Expand Down

0 comments on commit 8ffc0d9

Please sign in to comment.