From 6b5114d7d799adbca8a12bd688f936a38c9f0557 Mon Sep 17 00:00:00 2001 From: Vivek Date: Sun, 11 Aug 2024 14:34:34 +0930 Subject: [PATCH] Fix typos in README.md Signed-off-by: Vivek --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea590f5b89..af8820a866 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To start collecting data for your network, create an inventory file to gather th ### Using Python Packaging -If you don't want to use docker container or cannot use a docker container, an alternative approach is to install SuzieQ as a python package. It is **strongly** recommended to install suzieq inside a virtual environment. If you already use a tool to create and manage virtual environments, you can skip the step of creating a virtual envirobment below. +If you don't want to use docker container or cannot use a docker container, an alternative approach is to install SuzieQ as a python package. It is **strongly** recommended to install suzieq inside a virtual environment. If you already use a tool to create and manage virtual environments, you can skip the step of creating a virtual environment below. SuzieQ requires python version 3.7.1 at least, and has been tested with python versions 3.7 and 3.8. It has not been tested to work on Windows. Use Linux (recommended) or macOS. To create a virtual environment, in case you haven't got a tool to create one, type: @@ -86,7 +86,7 @@ The CLI supports the same kind of analysis as the explore page. ![CLI device](im ## Path -SuzieQ has the ability to show the path between two IP addresses, including the ability to show the path through EVPN overlay. You can use this to see each of the paths from a source to a destination and to see if you have anything asymetrical in your paths. ![GUI PATH](images/path-gui.png) +SuzieQ has the ability to show the path between two IP addresses, including the ability to show the path through EVPN overlay. You can use this to see each of the paths from a source to a destination and to see if you have anything asymmetrical in your paths. ![GUI PATH](images/path-gui.png) ## Asserts