From cc791da03cc830fa9807fe1d84a1a7d894f82320 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 24 Jan 2022 20:33:55 +0300 Subject: [PATCH] fix README for correct output from rst Signed-off-by: R4SAS --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 228b253..0019594 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation to system with pip3: pip3 install pbincli ``` -*Note: if you used installation with `virtualenv`, don't forget to activate it before usage: call `. /path/to/venv/bin/activate` in terminal* +*Note*: if you used installation with `virtualenv`, don't forget to activate it before usage: call `. /path/to/venv/bin/activate` in terminal Configuration ===== diff --git a/README.rst b/README.rst index 409d244..c68332a 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ Installation to system with pip3: pip3 install pbincli -*Note: if you used installation with ``virtualenv``\ , don't forget to activate it before usage: call ``. /path/to/venv/bin/activate`` in terminal* +*Note*\ : if you used installation with ``virtualenv``\ , don't forget to activate it before usage: call ``. /path/to/venv/bin/activate`` in terminal Configuration =============