From 72f90fff54b9e2cc1cb7aa21a8088f09a84fff04 Mon Sep 17 00:00:00 2001 From: morefigs Date: Tue, 2 Apr 2013 14:59:38 +1200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 949720c..ed66728 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pymba is a Python wrapper for the Allied Vision Technologies (AVT) Vimba C API. from pymba.VimbaException import VimbaException # start Vimba - vimba = Vimba.Vimba() + vimba = Vimba() vimba.startup() # show Vimba version -- cgit v1.2.3