Skip to content

Commit 475b729

Browse files
committed
docs: Update badges, links
1 parent d3528d5 commit 475b729

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
![NPM downloads](https://img.shields.io/npm/dt/ntp-packet-parser.svg)
2-
[![Build Status](https://travis-ci.org/buffcode/ntp-packet-parser.svg?branch=master)](https://travis-ci.org/buffcode/ntp-packet-parser)
3-
![GitHub release](https://img.shields.io/github/release/buffcode/npm-packet-parser.svg)
2+
[![Build Status](https://github.com/buffcode/ntp-packet-parser/actions/workflows/nodejs.yml/badge.svg)](https://github.com/buffcode/ntp-packet-parser/actions)
3+
![NPM version](https://img.shields.io/npm/v/ntp-packet-parser)
44

55
# NTP packet parser
66

77
Library to parse NTP response packets according to [RFC 5905](https://www.ietf.org/rfc/rfc5905.txt) into a easy-to-use structure.
8-
It does not apply any validations or calculations regarding the time but solely parses the data.
8+
It does not apply any validations or calculations regarding the time but solely parses the data.
9+
10+
See [buffcode/ntp-time-sync](https://github.com/buffcode/ntp-time-sync) for an implementation.
911

1012
## Installation
1113
```bash

0 commit comments

Comments
 (0)