From 01ff16fddddcca9d2a934047a71451e1d961323c Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Wed, 8 Dec 2021 16:01:31 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b68a00..8cf885d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ## What's up? -Hey! This is a simple web-service called ![HuffPress](https://img.shields.io/badge/Huff-Press-orange.svg). What it does? Well, actually it _huffpresses_ files... I mean, compresses files using the [Huffman compression](https://en.wikipedia.org/wiki/Huffman_coding 'Read about it on Wikipedia'). +Hey! This is a simple web-service called __HuffPress__. What it does? Well, actually it _huffpresses_ files... I mean, compresses files using the [Huffman compression](https://en.wikipedia.org/wiki/Huffman_coding 'Read about it on Wikipedia'). ## What do I need? - Any web browser - ![PHP 7+](https://img.shields.io/badge/PHP-7+-blueviolet.svg) - ![Python 3.7+](https://img.shields.io/badge/Python-3+-blue.svg) -- `click` library +- `click` python library ## So, how do I use it?