Explorar el Código

Updated readme

nuwan_ag hace 10 años
padre
commit
ad0b119bb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')