From e283f945189115e8a039f45e8cdd13e418f84bf6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 31 Dec 2022 23:39:23 +0100 Subject: Fix reference to old project name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3216fab..2ae6579 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# html_diff +# wsdiff A python script that produces a diff of two files or directories as a single, self-contained HTML file. The resulting diff works without Javascript and will automatically switch between inline and side-by-side formats depending on @@ -6,12 +6,12 @@ available screen space. ### Installation ``` -pip install -r requirements.txt +pip install wsdiff ``` ### Usage ``` -usage: html_diff.py [-h] [-b] [-s SYNTAX_CSS] [-l LEXER] [-L] [-t PAGETITLE] +usage: wsdiff [-h] [-b] [-s SYNTAX_CSS] [-l LEXER] [-L] [-t PAGETITLE] [-o OUTPUT] [--header] [--content] [old] [new] -- cgit