Skip to content

Commit 7246f11

Browse files
authored
See if we can dethrone HtmlAgilityPack :)
1 parent 5654fe9 commit 7246f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/github/license/devlooped/web.svg?color=blue)](https://github.com/devlooped/web/blob/main/license.txt)
77

88
<!-- #content -->
9-
Read HTML as XML and query it with CSS over XLinq.
9+
Read HTML as XML and query it with CSS over XLinq (or HtmlAgilityPack killer 😉).
1010

1111
No need to learn an entirely new object model for a page 🤘.
1212
This makes it the most productive and lean library for web

src/Web/Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Devlooped.Web</AssemblyName>
77
<PackageProjectUrl>https://clarius.org/web</PackageProjectUrl>
88
<PackageReadmeFile>readme.md</PackageReadmeFile>
9-
<Description>Read HTML as XML and query it with CSS over XLinq: the most productive and lean library for web scraping using the latest and greatest that .NET can offer.</Description>
9+
<Description>Read HTML as XML and query it with CSS over XLinq: the most productive and lean library for web scraping using the latest and greatest that .NET can offer (HtmlAgilityPack killer).</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)