From f90a96a03d8a87e2977a992e05df6adbdce078c5 Mon Sep 17 00:00:00 2001 From: Chunbo Date: Tue, 4 Nov 2025 11:31:24 +0800 Subject: [PATCH] Fix a typo in README.md (#4558) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be7cdc92..46198b355 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To learn more about RTMP, HLS, HTTP-FLV, SRT, MPEG-DASH, WebRTC protocols, clust HTTP API, DVR, and transcoding, please check the documents in [English](https://ossrs.io) or [Chinese](https://ossrs.net). -If you want to use an IDE, VSCode is recommanded. VSCode supports macOS, and Linux +If you want to use an IDE, VSCode is recommended. VSCode supports macOS, and Linux platforms. The settings are ready. All you need to do is open the folder with VSCode and enjoy the efficiency brought by the IDE. See [VSCode README](.vscode/README.md) for details.