From 7b3c33baafa8062b852f5a18398a85ec8eb47b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlado=20Paji=C4=87?= Date: Tue, 11 Mar 2025 14:42:22 +0100 Subject: [PATCH] cosmetics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adf5926..420ed62 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ Follow these steps when updating the wrapper to a newer version of ngtcp2: - update the git submodule in `libs/` to point to the new version - `git submodule update --init --recursive` -- run `build.sh` (requires Nim, CMake and `clang` to be installed) +- run `build.sh` (requires Nim, CMake and clang to be installed) - increase the `version` property in the `ngtcp2.nimble` file - commit the changes