Skip to content

Commit

Permalink
Fix the readme problem temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nxsaken committed Dec 30, 2023
1 parent a0dbf9e commit 62a6208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![doc = include_str!("../README.md")]
//! A Petri net plugin for [Bevy Engine](https://github.com/bevyengine/bevy).
//#![doc = include_str!("../README.md")]
#![deny(missing_docs)]
#![deny(clippy::all)]

Expand Down

0 comments on commit 62a6208

Please sign in to comment.