From 9ee60d75474f4ac2f29a4000e71753c3f37f33bf Mon Sep 17 00:00:00 2001 From: slaveeks Date: Thu, 4 Jul 2024 22:52:28 +0300 Subject: [PATCH] fix: rednme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b52fff17..6f2bdf45 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Response of your uploader should be at the same format as described at «[Upload Your backend will accept file as FormData object in field name, specified by `config.field` (by default, «`image`»). You should save it and return the same response format as described above. -## Providing custom image url resolving methods +## Providing custom uploading methods As mentioned at the Config Params section, you have an ability to provide own custom uploading methods. It is a quite simple: implement `uploadByFile` and `uploadByUrl` methods and pass them via `uploader` config param. @@ -283,7 +283,7 @@ var editor = EditorJS({ }); ``` -## Providing custom downloading method +## Providing custom image url resolving methods As mentioned at the Config Params section, you have an ability to provide own custom image resolving method. It is a quite simple: implement `resolveUrlByFileData` method and pass it via `imageResolver` config param.