Skip to content

Commit f8bfb80

Browse files
committed
Updated readme
1 parent 11a3d59 commit f8bfb80

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We really like the HtmlUnit project, which enables headless web testing without
1313
to have a complete browser running. By using [IKVM](http://www.ikvm.net/) it is possible
1414
to 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,
1717
and therefore we created an HtmlUnit wrapper written in C#, so you can write tests for
1818
your 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

3232
After 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

3737
Usage
3838
-----
@@ -44,7 +44,7 @@ almost completely reflects the original API.
4444
The difference is that Java iterators, lists and collections are exposed as their
4545
.NET-friendly counterparts (`IEnumerable`, `IList` and `ICollection`). In addition,
4646
properties 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

4949
NHtmlUnitGenerator
5050
------------------
@@ -82,4 +82,4 @@ would be nice, although we're unsure exactly how much this would do for the fina
8282
Authours
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

Comments
 (0)