diff --git a/README.md b/README.md index 34054fc..82c61d0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,9 @@ export default { handleFilePondInit: function () { console.log("FilePond has initialized"); - // FilePond instance methods are available on `this.$refs.pond` + // Many FilePond instance methods are available on `this.$refs.pond` + // These are not: "setOptions", "on", "off", "onOnce", "appendTo", "insertAfter", + // "insertBefore", "isAttachedTo", "replaceElement", "restoreElement", "destroy" }, }, components: {