Skip to content

Commit

Permalink
Merge pull request ZJONSSON#49 from kvalev/patch-1
Browse files Browse the repository at this point in the history
Update badges to point to the correct project
  • Loading branch information
ZJONSSON authored Aug 17, 2020
2 parents e5c4344 + 8afa1a3 commit 3e5d76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

fully asynchronous, pure node.js implementation of the Parquet file format

[![Build Status](https://travis-ci.org/ironSource/parquetjs.png?branch=master)](http://travis-ci.org/ironSource/parquetjs)
[![Build Status](https://travis-ci.org/ZJONSSON/parquetjs.png?branch=master)](http://travis-ci.org/ZJONSSON/parquetjs)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![npm version](https://badge.fury.io/js/parquetjs.svg)](https://badge.fury.io/js/parquetjs)
[![npm version](https://badge.fury.io/js/parquetjs-lite.svg)](https://badge.fury.io/js/parquetjs-lite)

This package contains a fully asynchronous, pure JavaScript implementation of
the [Parquet](https://parquet.apache.org/) file format. The implementation conforms with the
Expand Down

0 comments on commit 3e5d76b

Please sign in to comment.