From b7e7008ea33b7a2099e08db012db032c0a6c9a0a Mon Sep 17 00:00:00 2001 From: malteneuss Date: Sat, 20 Jul 2024 23:07:24 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c75280a..147c18d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Scalpel [![Build status](https://github.com/fimad/scalpel/actions/workflows/stack.yml/badge.svg)](https://github.com/fimad/scalpel/actions/workflows/stack.yml) [![Hackage](https://img.shields.io/hackage/v/scalpel.svg)](https://hackage.haskell.org/package/scalpel) ======= -Scalpel is a convenient web scraping library to extract data from Html webpages. +Scalpel is a convenient web scraping library to extract data from HTML webpages. It's inspired by libraries like [Parsec](http://hackage.haskell.org/package/parsec-3.1.7/docs/Text-Parsec.html) and Perl's [Web::Scraper](http://search.cpan.org/~miyagawa/Web-Scraper-0.38/),