Skip to content

Commit f3af964

Browse files
committed
.NET is spelled like that, not as .Net.
1 parent ceb5c5b commit f3af964

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
@@ -1,8 +1,8 @@
1-
# CefSharp - Embedded Chromium for .Net
1+
# CefSharp - Embedded Chromium for .NET
22

3-
This project contains .Net CLR bindings for The
3+
This project contains .NET CLR bindings for The
44
[Chromium Embedded Framework (CEF)](http://code.google.com/p/chromiumembedded/ "Google Code") by Marshall A. Greenblatt. The
5-
bindings are written in C++/CLI but can be used from any CLR language e.g. C# or VB. CefSharp provides both WinForms and WPF web
5+
bindings are written in C++/CLI but can be used from any CLR language, e.g. C# or VB. CefSharp provides both WinForms and WPF web
66
browser control implementations. See the CefSharp.WinForms.Example or CefSharp.Wpf.Example projects for example web browsers built
77
using this library; they are (at this moment) the best "documentation" of how the control can actually be used.
88

0 commit comments

Comments
 (0)