Skip to content

Commit

Permalink
fixes final typos noted by @jruts in #45 (review) there will be other…
Browse files Browse the repository at this point in the history
… improvements but for now, we can ship this!
  • Loading branch information
nelsonic committed Feb 16, 2017
1 parent c5c6dd3 commit 23857ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Stop worrying about "scalability"
and instead **focus** on building something **useful** <br />
**focus** on **User Experience** not "backend" **scalability**!

The _good_ news is that Phoenix was _does_ "***scale***" _really well_! <br />
The _good_ news is that Phoenix "***scales***" _really well_! <br />
see: http://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections

Forget about "_scaling_" until you have _made_
Expand Down Expand Up @@ -499,12 +499,14 @@ be the **_only_ way** to write code?
The **fact** is: we _only_ use JavaScript because it is the
["***Lingua Franca***"](https://en.wikipedia.org/wiki/Lingua_franca)
that _all_ web browsers "_understand_".<br />
It's _definately_ not because it's a "_better_" language than Python or Lisp;
It's _definitely_ not because it's a
"_better_" language than Python, Julia or Lisp;
we write JS out of _necessity_ not _choice_. <br />


With Elm we no longer _need_ to write our Client-side code in JS,
we can write in a beautiful/functional language <br />
With Elm we no longer _need_ to write our Client-side
(_progressive enhancement_) code in JavaScript!
We can write in a beautiful/functional language <br />
and "_compile_" it to JS for running in Browsers.
The JS that is produced by the Elm compiler
is almost _always_ more efficient/faster <br />
Expand Down

0 comments on commit 23857ec

Please sign in to comment.