Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit d55af00

Browse files
authored
Create README.md
1 parent d2e1fe9 commit d55af00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# purescript-dom
22

3-
[![Latest release](http://img.shields.io/github/release/purescript-contrib/purescript-dom.svg)](https://github.com/purescript-contrib/purescript-dom/releases)
4-
[![Build status](https://travis-ci.org/purescript-contrib/purescript-dom.svg?branch=master)](https://travis-ci.org/purescript-contrib/purescript-dom)
3+
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-dom.svg)](https://github.com/purescript-web/purescript-dom/releases)
4+
[![Build status](https://travis-ci.org/purescript-web/purescript-dom.svg?branch=master)](https://travis-ci.org/purescript-web/purescript-dom)
55
[![Maintainer: garyb](https://img.shields.io/badge/maintainer-garyb-lightgrey.svg)](http://github.com/garyb)
66

77
Type definitions, low level interface implementations, and standard effect type for use while interacting with the DOM.
@@ -21,9 +21,9 @@ The API isn't primarily intended for "human consumption", but instead aims to pr
2121
This consists of:
2222
- `foreign data` types for the various interfaces described.
2323
- Functions that read `Foreign` typed values (and `IsForeign` instances) for foreign types.
24-
- No classes or other niceties to aid with subtyping relationships. However, coercions are provided from subtypes to their supertypes. For example, from `DOM.Node.Types`, [`elementToNode`](https://github.com/purescript-contrib/purescript-dom/blob/master/docs/DOM/Node/Types.md#elementtonode).
24+
- No classes or other niceties to aid with subtyping relationships. However, coercions are provided from subtypes to their supertypes. For example, from `DOM.Node.Types`, [`elementToNode`](https://github.com/purescript-web/purescript-dom/blob/master/docs/DOM/Node/Types.md#elementtonode).
2525
- Functions that can mutate the DOM, or that don't always return the same value, or return a value that may be mutated at a distance use `Eff` with the `DOM` effect
26-
- Enumeration values are provided as ADTs, but with an option to read the raw value too. For example, from `DOM.Node.Node`, [`nodeType`](https://github.com/purescript-contrib/purescript-dom/blob/master/docs/DOM/Node/Node.md#nodetype) and [`nodeTypeIndex`](https://github.com/purescript-contrib/purescript-dom/blob/master/docs/DOM/Node/Node.md#nodetypeindex).
26+
- Enumeration values are provided as ADTs, but with an option to read the raw value too. For example, from `DOM.Node.Node`, [`nodeType`](https://github.com/purescript-web/purescript-dom/blob/master/docs/DOM/Node/Node.md#nodetype) and [`nodeTypeIndex`](https://github.com/purescript-web/purescript-dom/blob/master/docs/DOM/Node/Node.md#nodetypeindex).
2727

2828
## Module structure
2929

0 commit comments

Comments
 (0)