From 1e9635f324fdec5cdba4a6d565705b461d207437 Mon Sep 17 00:00:00 2001 From: Delta456 Date: Fri, 24 Jan 2020 09:42:40 +0530 Subject: [PATCH] linter --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42ef9ed..7c2c50f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ - [Scientific Computing](#scientific-computing) - [Other](#other) - [Videos](#videos) - - [Programming contests](#programming-contests) + - [Programming Contests](#programming-contests) - [Tutorials](#tutorials) - [Online IDEs with V](#online-ides-with-v) - [Articles](#articles) @@ -104,7 +104,7 @@ - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. - [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal. -- [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso 🖍️🎨 +- [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨 ### Graphics @@ -120,8 +120,8 @@ ### Audio -- [vave](https://github.com/thecodrr/vave) - A crazy simple library for reading/writing WAV files in V 🌊 -- [vspeech](https://github.com/thecodrr/vspeech) - Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library 📢📜 +- [vave](https://github.com/thecodrr/vave) - A crazy simple library for reading/writing WAV files in V. 🌊 +- [vspeech](https://github.com/thecodrr/vspeech) - Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📢📜 - [v-miniaudio](https://github.com/Larpon/v-miniaudio) - Bindings for the excellent miniaudio C audio library. ### Operating System