From 78068e3d207c7b36dd809333e183b35579be6b0d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jun 2020 01:41:42 +0200 Subject: [PATCH] Add capitalisation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1364370..395697d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/pyvarint/status.svg)](https://drone.autonomic.zone/hyperpy/pyvarint) -## varint, a method of serializing integers using one or more bytes +## Varint, a method of serializing integers using one or more bytes ```sh $ pip install pyvarint