소스 검색

Merge branch 'master' of https://github.com/gvlproject/libcloudbridge

nuwan_ag 10 년 전
부모
커밋
e0700502f3
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -1,9 +1,9 @@
-# libcloudbridge
-libcloudbridge provides a layer of abstraction over different cloud providers. It's a straightfoward implementation of
+# cloudbridge
+cloudbridge provides a layer of abstraction over different cloud providers. It's a straightfoward implementation of
 the bridge pattern.
 
-[![Code Climate](https://codeclimate.com/github/gvlproject/libcloudbridge/badges/gpa.svg)](https://codeclimate.com/github/gvlproject/libcloudbridge)
-[![Test Coverage](https://codeclimate.com/github/gvlproject/libcloudbridge/badges/coverage.svg)](https://codeclimate.com/github/gvlproject/libcloudbridge/coverage)
+[![Code Climate](https://codeclimate.com/github/gvlproject/libcloudbridge/badges/gpa.svg)](https://codeclimate.com/github/gvlproject/cloudbridge)
+[![Test Coverage](https://codeclimate.com/github/gvlproject/libcloudbridge/badges/coverage.svg)](https://codeclimate.com/github/gvlproject/cloudbridge/coverage)
 
 Usage example
 ```python