Skip to content

Commit

Permalink
rm TokenSerializer reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Feb 20, 2024
1 parent acfb275 commit ccf88d4
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 @@ -394,7 +394,7 @@ They can even deference into other elements.

## Token and HTML Serializers

Use `token-serializer` and `html-serializer` to access individual tokens and fragment instances. The underlying type, `TokenSerializer`, implements `clojure.lang.IReduceInit` and is intended to be used in a reduce.
Use `token-serializer` and `html-serializer` to access individual tokens and fragment instances. The underlying type implements `clojure.lang.IReduceInit` and is intended to be used in a reduce.

```clojure
(->> (c/token-serializer [:div "foo"])
Expand Down

0 comments on commit ccf88d4

Please sign in to comment.