From f78bef41ff89233706385d7489271a481c0a742e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jun 2020 01:47:23 +0200 Subject: [PATCH] Fix typo [ci ckip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 395697d..e024ee5 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 +## Varints, a method of serializing integers using one or more bytes ```sh $ pip install pyvarint