From ee369c308f01b29be696c643ddae94cd68dc56be Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Tue, 14 Dec 2021 15:02:56 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd1004..2497c3f 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ setProviderList(providers) ``` #### .setRequestOptions(Object requestOptions) -Set options for request method. +Define options to call oembed HTTP request. `oembed-parser` is using [axios]() to send HTTP requests. Please refer [axios' request config](https://axios-http.com/docs/req_config) for more info.