@@ -13,7 +13,7 @@ We really like the HtmlUnit project, which enables headless web testing without
1313to have a complete browser running. By using [ IKVM] ( http://www.ikvm.net/ ) it is possible
1414to convert the HtmlUnit Java library for use on Microsoft's .NET platform.
1515
16- However, it doesn't feel very natural to use a java library in a .NET language,
16+ However, it doesn't feel very natural to use a Java library in a .NET language,
1717and therefore we created an HtmlUnit wrapper written in C#, so you can write tests for
1818your web pages in clean C# code (or any code running on the .NET platform).
1919
@@ -31,8 +31,8 @@ If you want to build your own version of NHtmlUnit, you can use MSBuild or Visua
3131
3232After building you can find ` NHtmlUnit.dll ` plus its dependencies here:
3333
34- * app\NHtmlUnit\bin\Debug
35- * app\NHtmlUnit\bin\Release
34+ * ` app\NHtmlUnit\bin\Debug `
35+ * ` app\NHtmlUnit\bin\Release `
3636
3737Usage
3838-----
@@ -44,7 +44,7 @@ almost completely reflects the original API.
4444The difference is that Java iterators, lists and collections are exposed as their
4545.NET-friendly counterparts (` IEnumerable ` , ` IList ` and ` ICollection ` ). In addition,
4646properties are "real" .NET properties, so ` obj.getSomething() ` and ` obj.setSomething() ` is
47- exposed as ` obj.Something ` .
47+ exposed as ` obj.Something ` with a public getter and setter .
4848
4949NHtmlUnitGenerator
5050------------------
@@ -82,4 +82,4 @@ would be nice, although we're unsure exactly how much this would do for the fina
8282Authours
8383--------
8484
85- NHtmlUnit was written by Asbjørn Ulsberg and Karsten Strand at OKB AS .
85+ NHtmlUnit was written by @ asbjornu and @ beewarloc .
0 commit comments