From 631e6a0d091205f7f527a434b4834d90c1ac0055 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 27 Aug 2019 04:17:50 +0300 Subject: [PATCH] readme: minor changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b7c19e6e4..cc6a30c6aa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installing V: https://github.com/vlang/v#installing-v-from-source ## Key Features of V - Simplicity: the language can be learned in less than an hour -- Fast compilation: ~100k loc/s right now, ~1.2 million loc/s once x64 generation is mature enough +- Fast compilation: ~100k - 1.2 million loc/s - Easy to develop: V compiles itself in less than a second - Performance: within 3% of C - Safety: no null, no globals, no undefined behavior, immutability by default @@ -81,7 +81,7 @@ V is being constantly updated. To update V, simply run v up ``` -## Docker +### Docker ```bash git clone https://github.com/vlang/v @@ -131,7 +131,7 @@ In order to build Tetris and anything else using the graphics module, you will n v install glfw ``` -If you plan to use the http package, you also need to install openssl on non-Windows systems. +If you plan to use the http package, you also need to install OpenSSL on non-Windows systems. ``` macOS: