From 532b312ec667d76d454c9bd4239df6ff92bac7e7 Mon Sep 17 00:00:00 2001 From: slaveeks Date: Thu, 4 Jul 2024 22:51:35 +0300 Subject: [PATCH] change readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340e8038..b52fff17 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 uploading methods +## Providing custom image url resolving 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.