Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
korya committed Oct 23, 2023
1 parent ddedba8 commit 921acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `rnfs-untar` [![CI](https://github.com/PlanitarInc/rnfs-untar/actions/workflows/node.js.yml/badge.svg)](https://github.com/PlanitarInc/rnfs-untar/actions/workflows/node.js.yml)
# `rnfs-untar` [![CI](https://github.com/PlanitarInc/rnfs-untar/actions/workflows/node.js.yml/badge.svg)](https://github.com/PlanitarInc/rnfs-untar/actions/workflows/node.js.yml) [![Coverage Status](https://coveralls.io/repos/github/PlanitarInc/rnfs-untar/badge.svg)](https://coveralls.io/github/PlanitarInc/rnfs-untar)

`rnfs-untar` is a utility for extracting files from TAR archives in React Native environments. This library provides both a low-level API for granular control and high-level API functions for common tasks such as listing all files, finding a specific file, and reading the entire TAR archive.

Expand Down

0 comments on commit 921acdc

Please sign in to comment.