Skip to content

Commit 750faab

Browse files
committed
fixup! update readme
1 parent 5d17454 commit 750faab

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ easily for instance generate open-api definitions using these.
7979

8080
`coax` also allows to *close* maps specced with `s/keys`.
8181

82-
If you call `coerce` using the option `{:exoscale.coax/closed true ...}` if a value
82+
If you call `coerce` using the option `{:closed true ...}` if a value
8383
corresponding to a `s/keys` spec is encountered it will effectively remove all
8484
unknown keys from the returned value.
8585

@@ -278,11 +278,10 @@ about this, for instance when you define static coercers via
278278
during development you might need to be aware of the existence of that
279279
cache (ex if you defined a bugged coercer, or while doing REPL dev).
280280

281-
In any case you can turn off the cache by passing
282-
`:exoscale.coax/cache false` to the options of
283-
coerce/conform/coerce-structure, alternatively you can manually fiddle
284-
with the cache under `exoscale.coax/coercer-cache`, for instance via
285-
`(reset! exoscale.coax/coercer-cache {})`.
281+
In any case you can turn off the cache by passing `:cache false` to the options
282+
of coerce/conform/coerce-structure, alternatively you can manually fiddle with
283+
the cache under `exoscale.coax/coercer-cache`, for instance via `(reset!
284+
exoscale.coax/coercer-cache {})`.
286285

287286
## License
288287

0 commit comments

Comments
 (0)