Skip to content

Commit 5e2141b

Browse files
authored
Reword crate description (#461)
1 parent 21df4fc commit 5e2141b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![license](https://img.shields.io/crates/l/bevy_replicon)](#license)
66
[![codecov](https://codecov.io/gh/projectharmonia/bevy_replicon/graph/badge.svg?token=N1G28NQB1L)](https://codecov.io/gh/projectharmonia/bevy_replicon)
77

8-
A replication crate for the [Bevy game engine](https://bevyengine.org).
8+
A server-authoritative replication crate for [Bevy](https://bevyengine.org).
99

1010
If you are new to networking, see [glossary](https://gist.github.com/maniwani/f92cc5d827b00163f5846ea7dcb90d44) and
1111
[What kind of networking should X game use?](https://github.com/bevyengine/bevy/discussions/8675).

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
A replication crate for the [Bevy game engine](https://bevyengine.org).
2+
A server-authoritative replication crate for [Bevy](https://bevyengine.org).
33
44
# Quick start
55

0 commit comments

Comments
 (0)