Skip to content

Commit 88a0bb8

Browse files
josevalimmichalmuskala
authored andcommitted
Remove uneeded backtick (#173)
1 parent f3a7075 commit 88a0bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ decoding/encoding roundtrip.
144144
```elixir
145145
already_encoded_json = Jason.encode!(%{hello: "world"})
146146
Jason.encode!(%{foo: Jason.Fragment.new(already_encoded_json)})
147-
````
147+
```
148148

149149
This feature is especially useful if you need to cache a part of the JSON,
150150
or if it is already provided by another system (e.g. `jsonb_agg` with Postgres).

0 commit comments

Comments
 (0)