Skip to content

Commit 4a3ed88

Browse files
committed
Fix formatting in README
Signed-off-by: Nico Burns <[email protected]>
1 parent eb74b2b commit 4a3ed88

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
@@ -19,7 +19,7 @@ Discussion of AnyRender development happens in the Linebender Zulip at <https://
1919
The core [anyrender](https://docs.rs/anyrender) crate is a lightweight type/trait-only crate that defines three abstractions:
2020

2121
- **The [PaintScene](https://docs.rs/anyrender/latest/anyrender/trait.PaintScene.html) trait accepts drawing commands.**
22-
Applications and libraries draw by pushing commands into a [`PaintScene`]. Backends generally execute those commands to
22+
Applications and libraries draw by pushing commands into a `PaintScene`. Backends generally execute those commands to
2323
produce an output (although they may do other things like store them for later use).
2424
- **The [WindowRenderer](https://docs.rs/anyrender/latest/anyrender/trait.WindowRenderer.html) trait abstracts over types that can render to a window**
2525
- **The [ImageRenderer](https://docs.rs/anyrender/latest/anyrender/trait.ImageRenderer.html) trait abstracts over types that can render to a `Vec<u8>` image buffer**

0 commit comments

Comments
 (0)