From 9e623b645fd5623c6c948185902ad73809438399 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 12 Oct 2024 09:41:44 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07c0a48..e9bfb12 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Dual license notice: The default license for this project is GPL 3.0. However, i - lib/system (System interface) - lib/base64 (BASE64 encode and decode) - lib/file (File I/O interface) -- lib/http (HTTP/HTTPS client with [XHR(MSXML)](https://developer.mozilla.org/docs/Glossary/XMLHttpRequest), [cURL](https://curl.se/), [BITS](https://en.m.wikipedia.org/w/index.php?title=Background_Intelligent_Transfer_Service), [CERT](https://github.com/MicrosoftDocs/windowsserverdocs/blob/main/WindowsServerDocs/administration/windows-commands/certutil.md), [Web Proxy and SERP](https://github.com/gnh1201/welsonjs/wiki/SERP)) +- lib/http (HTTP/HTTPS client with [XHR(MSXML)](https://developer.mozilla.org/docs/Glossary/XMLHttpRequest), [cURL](https://curl.se/), [BITS](https://en.m.wikipedia.org/w/index.php?title=Background_Intelligent_Transfer_Service), [CERT](https://github.com/MicrosoftDocs/windowsserverdocs/blob/main/WindowsServerDocs/administration/windows-commands/certutil.md), [Web Proxy and SEO/SERP](https://github.com/gnh1201/welsonjs/wiki/SERP)) - lib/registry (Windows Registry interface) - lib/security (Windows Security Policy interface) - lib/shell (Windows Shell (Command Prompt) interface)