diff --git a/samples/quill.html b/samples/quill.html
index d2eb1f9..32ac967 100644
--- a/samples/quill.html
+++ b/samples/quill.html
@@ -42,7 +42,7 @@
const quill = new Quill('#editor', {
theme: 'snow',
});
- BesService.registerByElement(quill.root, new BesStatusIconEventSink())
+ BesQuillService.register(quill.root, quill, new BesStatusIconEventSink())