From 036ccedea37a38887ba1387d74176146f4ae26f2 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Sat, 1 Oct 2022 13:58:23 +0200 Subject: [PATCH] Rephrase paragraph in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52b59d903..a7b71519a 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ performance or correctness. ### Why should I choose Bolt over JavaScript? -First of all, let me tell you that if you're a hard-core JavaScript developer -and never heard of a functional programming language, you're going to have a -tough time getting used to Bolt. However, I assure you that it is worth it. +First of all, let me tell you that if you've never heard of a functional +programming language, learning Bolt will take some time. However, I assure you +that it is worth it. - Correctness, because Bolt has a type system that is far superior to JavaScript's. No more member accesses into `undefined` or other weird error