Update README.md

This commit is contained in:
Zoe Roux
2020-11-14 01:16:16 +01:00
parent 8e981861e2
commit 9afcfca651
+1 -1
View File
@@ -19,7 +19,7 @@ class DownloadExample(Coordinator):
@classmethod
def name(cls):
return "NotifyExample"
return "DownloadExample"
@property
def pipeline(self) -> List[Union[Pipe, Callable[..., APData]]]: