From 76c407267f80dd609adfd45d0e91f14c5db81bbd Mon Sep 17 00:00:00 2001 From: Larpon Date: Mon, 3 Jan 2022 12:24:57 +0100 Subject: [PATCH] ci: make linter happy (#121) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e65c6a..874fa82 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ ### Networking -- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library) +- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library). ### Automation @@ -289,4 +289,4 @@ ### Operating Systems & OS Development Examples -- [Simple Linux kernel module example](https://github.com/spytheman/simple_kernel_module_in_v) - demonstration & test of writing a very simple Linux kernel module, using V. +- [Simple Linux kernel module example](https://github.com/spytheman/simple_kernel_module_in_v) - Demonstration & test of writing a very simple Linux kernel module, using V.