Skip to content

Commit b1d60d2

Browse files
committed
fix readme badge
1 parent 961f68e commit b1d60d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Parallel Markets JavaScript Modules
22

3-
![CI Status](https://github.com/parallel-markets/parallel-js/workflows/ci/badge.svg)
3+
[![CI Status](https://github.com/parallel-markets/parallel-js/workflows/ci/badge.svg?branch=master)](https://github.com/parallel-markets/parallel-js/actions?query=branch%3Amaster+workflow%3Aci)
44

55
This repo contains a few packages to make integration with the [Parallel Markets JavaScript SDK](https://developer.parallelmarkets.com/docs/javascript) as easy as possible.
66

77
If you'd just like to load our SDK via a `<script>` tag, then the starter example on [developer.parallelmarkets.com](https://developer.parallelmarkets.com/docs/javascript) is the easiest way to get started.
88

9-
There is also a "vanilla" loader for the SDK that allows you to load it in an async way. See the [@parallelmarkets/vanilla](https://www.npmjs.com/package/@parallelmarkets/vanilla) package for more details. There is a "webpack" example in the examples folder that loads the SDK using this method.
9+
There is also a "vanilla" loader for the SDK that allows you to load it in an async way. See the [@parallelmarkets/vanilla](https://www.npmjs.com/package/@parallelmarkets/vanilla) package for more details. There is a "webpack" example in the examples folder that loads the SDK using this method.
1010

11-
If you use [React](https://reactjs.org), there is a [@parallelmarkets/react](https://www.npmjs.com/package/@parallelmarkets/react) library with components to display a button, determine status, and make API calls. There is a "react-webpack" example in the examples folder that loads the SDK using this method.
11+
If you use [React](https://reactjs.org), there is a [@parallelmarkets/react](https://www.npmjs.com/package/@parallelmarkets/react) library with components to display a button, determine status, and make API calls. There is a "react-webpack" example in the examples folder that loads the SDK using this method.

0 commit comments

Comments
 (0)