aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-30 14:26:35 +1100
committerGitHub <noreply@github.com>2019-01-30 14:26:35 +1100
commitaff8f4aa4a6f5b2bde153c4537693f768f9d7e1b (patch)
treee931ccff09d04815745136a140f808e58f4d5ca8
parent193a223b4ea29150db5f2b44b415669520b1e080 (diff)
downloadpymba-aff8f4aa4a6f5b2bde153c4537693f768f9d7e1b.tar.gz
pymba-aff8f4aa4a6f5b2bde153c4537693f768f9d7e1b.zip
Update README.md
-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