Skip to content

Commit

Permalink
docs: fix pipeline badge (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Dec 15, 2022
1 parent af453e5 commit c923713
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,7 +1,7 @@
# react-native-blob-courier

[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
[![Build](https://github.com/edeckers/react-native-blob-courier/workflows/Build%20Android%20and%20iOS/badge.svg)](https://github.com/edeckers/react-native-blob-courier/actions)
[![Build](https://github.com/edeckers/react-native-blob-courier/workflows/Build%20and%20test/badge.svg)](https://github.com/edeckers/react-native-blob-courier/actions)

Use this library to efficiently download and upload data in React Native. The library was inspired by [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob), and is focused strictly on http file transfers.

Expand Down

0 comments on commit c923713

Please sign in to comment.