diff --git a/README.md b/README.md index 2be2a6b..16390e5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ class DownloadExample(Coordinator): @classmethod def name(cls): - return "NotifyExample" + return "DownloadExample" @property def pipeline(self) -> List[Union[Pipe, Callable[..., APData]]]: