diff options
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 0a26d9d..fdcdba1 100644 --- a/example/index.html +++ b/example/index.html @@ -22,7 +22,7 @@ <h3>no max-height</h3> <textarea>The coconut palm (also, cocoanut), Cocos nucifera, is a member of the family Arecaceae (palm family). It is the only accepted species in the genus Cocos.[2] The term coconut can refer to the entire coconut palm, the seed, or the fruit, which, botanically, is a drupe, not a nut. The spelling cocoanut is an archaic form of the word.[3] The term is derived from 16th-century Portuguese and Spanish coco, meaning "head" or "skull",[4] from the three small holes on the coconut shell that resemble human facial features.</textarea> </body> - <script src='../dest/autosize.js'></script> + <script src='../dist/autosize.js'></script> <script> autosize(document.querySelectorAll('textarea')); </script> |