From 5af064884d55112b522c5c65cd34ba6f3179ea91 Mon Sep 17 00:00:00 2001 From: Andrey Mukhin Date: Fri, 9 Sep 2022 16:31:03 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e29aa8d..a3cc127 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation This package is to be used with Python 3.x.x To install tha package write -'pip install nuwavsource' +`pip install nuwavsource` ## Usage To use the package in your project, import it in by writing -'from nuwavsource import nuwavsource' +`from nuwavsource import nuwavsource`