From 831e76b03121a7853f9155c33d0065aea6321eae Mon Sep 17 00:00:00 2001 From: GithubAI Date: Wed, 17 Apr 2024 02:42:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo in readme --- examples/tgcalls/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tgcalls/README.md b/examples/tgcalls/README.md index 8339b05f..35e98568 100644 --- a/examples/tgcalls/README.md +++ b/examples/tgcalls/README.md @@ -8,6 +8,7 @@ Make sure a c compiler is installed on your system. For Windows, you can use MinGW or MSVC. For Unix-based systems, you can use GCC or Clang. + ```bash # cd to the root directory of the example folder