Skip to content
This repository was archived by the owner on Feb 9, 2018. It is now read-only.

Commit de0aaba

Browse files
authored
Update README.md to discourage use
1 parent ef6ee5a commit de0aaba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
#What is this?
1+
# PLEASE NOTE THAT THIS REPO IS OUT OF DATE. PLEASE DO NOT USE!
2+
3+
# What is this?
24
This is a proof-of-concept polyfill for the proposed [Typed CSSOM API](https://drafts.css-houdini.org/css-typed-om-1/).
35

4-
#Using this Polyfill
6+
# Using this Polyfill
57
To use the code, download this repository and put
68
```
79
<script src='typed-om/typed-om.js'></script>
810
```
911
in your HTML file.
1012

11-
#Testing this Polyfill
13+
# Testing this Polyfill
1214
The tests use the [Mocha framework](https://mochajs.org/) with [Chai asserts](http://chaijs.com/api/assert/). Other Chai tools can be pulled in if needed.
1315

1416
To run the tests do

0 commit comments

Comments
 (0)