From 4f66aa8e51363b89d3c468ae0ecc65d406a4659e Mon Sep 17 00:00:00 2001 From: gucheen Date: Wed, 24 Apr 2024 10:04:05 +0800 Subject: [PATCH] fix: package name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b5abfc..f632458 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# nodejs-traceroute [![Build Status](https://travis-ci.org/zulhilmizainuddin/nodejs-traceroute.svg?branch=master)](https://travis-ci.org/zulhilmizainuddin/nodejs-traceroute) [![Code Climate](https://codeclimate.com/github/zulhilmizainuddin/nodejs-traceroute/badges/gpa.svg)](https://codeclimate.com/github/zulhilmizainuddin/nodejs-traceroute) +# nodejs-traceroute ![Build Status](https://github.com/gucheen/nodejs-traceroute/actions/workflows/node.js.yml/badge.svg) -[![NPM](https://nodei.co/npm/nodejs-traceroute.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/nodejs-traceroute/) +[![NPM](https://nodei.co/npm/@gucheen/nodejs-traceroute.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@gucheen/nodejs-traceroute) Node.js wrapper around tracert and traceroute process ## Install - npm install --save nodejs-traceroute + npm install --save @gucheen/nodejs-traceroute ## Force IPv4 or IPv6 By default, the domain name given will be automatically resolved. Explicitly force IPv4 or IPv6 tracerouting by passing either `ipv4` or `ipv6` to the constructor.