From 4a128406165839e00f96ed72f619846fb693732f Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Sun, 29 Oct 2023 14:36:58 -0400 Subject: [PATCH] Fix badges in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c657a2..2359f8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # node-geocoder -[![Build Status](https://img.shields.io/travis/nchaulet/node-geocoder.svg?style=flat-square)](https://travis-ci.org/nchaulet/node-geocoder) -![Dependency status](https://img.shields.io/david/nchaulet/node-geocoder.svg?style=flat-square) +[![Test Status](https://github.com/nchaulet/node-geocoder/actions/workflows/test.yml/badge.svg)](https://github.com/nchaulet/node-geocoder/actions/workflows/test.yml) [![npm version](https://img.shields.io/npm/v/node-geocoder.svg?style=flat-square)](https://www.npmjs.com/package/node-geocoder) Node library for geocoding and reverse geocoding. Can be used as a nodejs library