From 94d1d60945ecf2756524beb7345f4faae8ca99af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 16 May 2020 14:48:41 -0400 Subject: Add a README and a license to the project (#4) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index fd8cc59..49f4ba2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Python bindings for Brave's adblocking library, which is written in Rust. +//! Python wrapper for Brave's adblocking library, which is written in Rust. #![deny( future_incompatible, nonstandard_style, -- cgit v1.2.3