From b5b3db58882af43c626e26b4c0a92f6fb81dc9f6 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 19 Apr 2026 11:21:53 +0200 Subject: [PATCH] Replace v2.0 with 2.0 in doc Refs #6776 comment --- doc/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop.md b/doc/develop.md index 002ec4b9..20cf74e9 100644 --- a/doc/develop.md +++ b/doc/develop.md @@ -29,7 +29,7 @@ Similarly, if audio is enabled, then the server sends a raw audio stream (OPUS by default) of the device audio output (or the microphone if `--audio-source=mic` is specified), with some additional headers for each packet. The client decodes the stream, attempts to keep a minimal latency by -maintaining an average buffering. The [blog post][scrcpy2] of the scrcpy v2.0 +maintaining an average buffering. The [blog post][scrcpy2] of the scrcpy 2.0 release gives more details about the audio feature. If control is enabled, then the client captures relevant keyboard and mouse