Skip to content

Commit 53d2cf5

Browse files
committed
Fix build status badge
1 parent abe6969 commit 53d2cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# purescript-web-dom-parser
22

33
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-dom-parser.svg)](https://github.com/purescript-web/purescript-web-dom-parser/releases)
4-
[![Build status](https://github.com/purescript/purescript-web-dom-parser/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-web-dom-parser/actions?query=workflow%3ACI+branch%3Amaster)
4+
[![Build status](https://github.com/purescript-web/purescript-web-dom-parser/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-web/purescript-web-dom-parser/actions?query=workflow%3ACI+branch%3Amaster)
55
[![Pursuit](https://pursuit.purescript.org/packages/purescript-web-dom-parser/badge)](https://pursuit.purescript.org/packages/purescript-web-dom-parser)
66

77
[`DOMParser`](https://developer.mozilla.org/docs/Web/API/DOMParser) wrapper for integration with PureScript DOM. This is a fork of [purescript-dom-parser](https://github.com/toastal/purescript-dom-parser), using `Effect`.

0 commit comments

Comments
 (0)