Rephrase paragraph in README.md
This commit is contained in:
parent
2c9ab75a94
commit
036ccedea3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue