Skip to content

Commit 65fb5e5

Browse files
authored
Update README.md to reflect native->runtime rename
1 parent 50ce65b commit 65fb5e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

runtime/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `iced_runtime`
2-
[![Documentation](https://docs.rs/iced_native/badge.svg)][documentation]
3-
[![Crates.io](https://img.shields.io/crates/v/iced_native.svg)](https://crates.io/crates/iced_native)
4-
[![License](https://img.shields.io/crates/l/iced_native.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
2+
[![Documentation](https://docs.rs/iced_runtime/badge.svg)][documentation]
3+
[![Crates.io](https://img.shields.io/crates/v/iced_runtime.svg)](https://crates.io/crates/iced_runtime)
4+
[![License](https://img.shields.io/crates/l/iced_runtime.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
55
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
66

7-
`iced_runtime` takes [`iced_core`] and builds a native runtime on top of it.
7+
`iced_runtime` takes [`iced_core`] and builds a runtime on top of it.
88

9-
[documentation]: https://docs.rs/iced_native
9+
[documentation]: https://docs.rs/iced_runtime
1010
[`iced_core`]: ../core
1111
[`iced_winit`]: ../winit
1212
[`druid`]: https://github.com/xi-editor/druid

0 commit comments

Comments
 (0)