Skip to content

Commit f6a07f0

Browse files
Correct typo.
1 parent a64460d commit f6a07f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ How?
4747

4848
* 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.
4949
* 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).
50-
* Listeners are set-up on C# and javscript side for two-way binding.
50+
* Listeners are set-up on C# and javascript side for two-way binding.
5151

5252
On the shoulders of giants
5353
--------------------------
@@ -186,11 +186,11 @@ Comparison with other libraries:
186186

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

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

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

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

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

0 commit comments

Comments
 (0)