From 034582f3aad55e6c10a66263bb067602dc44f7c8 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Tue, 1 Aug 2023 11:55:09 -0400 Subject: [PATCH] Adjusted jwarc description (#140) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f74265..08433a2 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ This list of tools and software is intended to briefly describe some of the most * [FastWARC](https://github.com/chatnoir-eu/chatnoir-resiliparse) - A high-performance WARC parsing library (Python). * [HadoopConcatGz](https://github.com/helgeho/HadoopConcatGz) - A Splitable Hadoop InputFormat for Concatenated GZIP Files (and `*.warc.gz`). *(Stable)* -* [jwarc](https://github.com/iipc/jwarc) - Reading and write WARC files with a typesafe API (Java). +* [jwarc](https://github.com/iipc/jwarc) - Read and write WARC files with a type safe API (Java). * [Jwat](https://sbforge.org/display/JWAT/JWAT) - Libraries and tools for reading/writing/validating WARC/ARC/GZIP files (Java). *(Stable)* * [node-warc](https://github.com/N0taN3rd/node-warc) - Parse WARC files or create WARC files using either [Electron](https://electron.atom.io/) or [chrome-remote-interface](https://github.com/cyrus-and/chrome-remote-interface) (Node.js). *(Stable)* * [Sparkling](https://github.com/internetarchive/Sparkling) - Internet Archive's Sparkling Data Processing Library. *(Stable)*