From cfcd2334ad3be8094dbd234879385bb16222b8f1 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 10 Oct 2023 13:44:19 -0700 Subject: [PATCH] Fix logo on PyPI and add badge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ed69cc..48fee14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Xee: Xarray + Google Earth Engine -![Xee Logo](docs/xee-logo.png) +[![image](https://img.shields.io/pypi/v/xee.svg)](https://pypi.python.org/pypi/xee) + +![Xee Logo](https://raw.githubusercontent.com/google/Xee/main/docs/xee-logo.png) _An Xarray extension for Google Earth Engine._ @@ -84,4 +86,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```