Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Nov 19, 2017
1 parent a64460d commit f6a07f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ How?

* Neutronium combines [Chromium](https://www.chromium.org) via [ChromiumFx C# lib](https://bitbucket.org/chromiumfx/chromiumfx) and a binding engine that converts back and forth C# POCO to javascript POCO.
* Javascript objects are then used as ViewModel for javascript MVVM library such as [knockout.js]("http://knockoutjs.com/) or [Vue.js](http://vuejs.org/images/logo.png).
* Listeners are set-up on C# and javscript side for two-way binding.
* Listeners are set-up on C# and javascript side for two-way binding.

On the shoulders of giants
--------------------------
Expand Down Expand Up @@ -186,11 +186,11 @@ Comparison with other libraries:

* [CefGlue](http://xilium.bitbucket.org/cefglue/)

Offers all API of CEF. Used by Neutronium as a test WebBrowser using the monoprocess option.
Offers all API of CEF. Used by Neutronium as a test WebBrowser using the mono-process option.

* [ChromiumFx](https://bitbucket.org/chromiumfx/chromiumfx)

Same as CefGlue + remote API that handles comunication between Chromium processeses. Neutronium recomended set-up uses ChromiumFx as a WebBrowser.
Same as CefGlue + remote API that handles communication between Chromium processes. Neutronium recommended set-up uses ChromiumFx as a WebBrowser.

* [CefSharp](https://github.com/cefsharp/CefSharp)

Expand Down

0 comments on commit f6a07f0

Please # to comment.