You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ How?
47
47
48
48
* 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.
49
49
* 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.
51
51
52
52
On the shoulders of giants
53
53
--------------------------
@@ -186,11 +186,11 @@ Comparison with other libraries:
186
186
187
187
*[CefGlue](http://xilium.bitbucket.org/cefglue/)
188
188
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.
0 commit comments