From 1dcc3e8685ddb17299432471bb32757d2037cd07 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:31:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e73ee..003c2ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Py-Waku +# Waku Python Bindings ## Introduction -Py-Waku exposes a Waku module that can be used within Python projects. +Exposes a Waku module that can be used within Python projects. It is fundamentally a wrapper around [nwaku](https://github.com/waku-org/nwaku) This repo has been tested with Python3 in Ubuntu.