From fdf1f5232cc276ced98f296e7739944a578b0aca Mon Sep 17 00:00:00 2001 From: Thilak Raj M Date: Sat, 30 Mar 2024 14:34:34 +0530 Subject: [PATCH] fix: Rename sample store config file name in README.md to `store.fga.yaml` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 676d79b..c444007 100644 --- a/README.md +++ b/README.md @@ -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" ```