Skip to content

Commit

Permalink
docs: update README with correct badge and minor textual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Aug 31, 2023
1 parent c53c1ec commit 1fbc56c
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,11 +1,11 @@
[![Build Status](https://travis-ci.com/terrestris/terrestris-utils.svg?branch=master)](https://travis-ci.com/terrestris/terrestris-utils?branch=master) [![Coverage Status](https://coveralls.io/repos/terrestris/terrestris-utils/badge.svg?branch=master)](https://coveralls.io/r/terrestris/terrestris-utils?branch=master)
[![build and analyse](https://github.com/github/docs/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/terrestris/terrestris-utils/actions/workflows/build.yml) [![Coverage Status](https://coveralls.io/repos/terrestris/terrestris-utils/badge.svg?branch=master)](https://coveralls.io/r/terrestris/terrestris-utils?branch=master)

# Basic Java utilities

Simple jar module for generic Java utilities that can be used in many projects.

Currenly includes a simple ZipUtils class to extract zip files into a folder and
a small XmlUtils class with a couple of StAX and DOM utility functions.
Currently, this includes a simple `ZipUtils` class to extract zip files into a folder and
a small `XmlUtils` class with a couple of StAX and DOM utility functions.

## Usage

Expand Down

0 comments on commit 1fbc56c

Please sign in to comment.