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 24, 2023
1 parent 6bd9187 commit fd2d1df
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` ![npm](https://img.shields.io/npm/v/%40planitar%2Frnfs-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` [![npm](https://img.shields.io/npm/v/%40planitar%2Frnfs-untar)](https://www.npmjs.com/package/@planitar/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 fd2d1df

Please sign in to comment.