Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gucheen committed Apr 24, 2024
1 parent 62b79df commit 4f66aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4f66aa8

Please sign in to comment.