Skip to content

Commit 45eafd3

Browse files
authored
fix: [FFM-6649]: Fix cache docs (#68)
1 parent 69f06d3 commit 45eafd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ serving flags, while it carries on authenticating and fetching up-to-date evalua
154154

155155
```typescript
156156
const client = initialize('00000000-1111-2222-3333-444444444444', {
157-
identifier: YOUR_TARGET_IDENTIFIER,
158-
name: YOUR_TARGET_NAME,
159-
options: {
157+
identifier: YOUR_TARGET_IDENTIFIER,
158+
name: YOUR_TARGET_NAME
159+
}, {
160160
cache: true // enable caching
161161
}
162-
})
162+
)
163163
```
164164

165165
## Set evaluations

0 commit comments

Comments
 (0)