Browse Source

Updated readme

nuwan_ag 10 years ago
parent
commit
ad0b119bb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ the bridge pattern.
 Usage example
 ```python
 from cloudbridge.providers.interfaces import CloudProviderFactory
-from cloudbridge.util import Bunch
+from bunch import Bunch
 
 config = Bunch(access_key='a_key',
                secret_key='s_key')