From 038c5e674f349b2c6ad1b92f2ab798c9e7d2a9b8 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 5 Jan 2023 09:26:51 +0100 Subject: [PATCH] Update README.md Remove experimental mention --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 66d755f..9c46c17 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Command-line utility for Windows whose aim is to take snapshots of HTML pages and save them as images or PDF -Project is still experimental and not functional yet. - Started as hack of the "ConsoleBrowser2" demo of CEF4Delphi by Salvador Díaz Fau, additional bugs are mine. Released under MPL 2.0 @@ -72,4 +70,4 @@ to remove the EU cookie law banner. ``` cefHtmlSnapshot https://www.delphitools.info/ --javascript Scripts\cookie-law-buster.js snapshot.jpg -``` \ No newline at end of file +```