aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e1fe2d..bf5c017 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC l
## Installation
-Install Pymba via PIP:
+Install Pymba via PIP.
pip install pymba
@@ -38,7 +38,7 @@ If Vimba and pymba are installed correctly, then the following code examples sho
## Usage examples
-Usage examples can be found in the [examples/](examples/) directory.
+Usage examples can be found in [examples/](examples/).
## Known issues