diff --git a/README.md b/README.md index cdfdd9ef..78d17add 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ pub trait FromRequest: Sized { } ``` +This "extractor" pattern is inspired by Bevy's ECS. + You can also return different response types: ```rust