diff --git a/README.md b/README.md
index 539962d..522499f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,6 @@ this experiment is very much based on the [smack my glitch up js](https://github
third party code used in this experiment
---
-* some parts of the code code from [triangulation image generator](http://jsdo.it/akm2/xoYx) by [akm2](http://codepen.io/akm2), MIT license
* [html5slider](http://frankyan.com/labs/html5slider/) by [fryn](https://github.com/fryn), MIT license
* [js signals](http://millermedeiros.github.io/js-signals/) by [millermedeiros](https://github.com/millermedeiros), MIT license
* [require js](http://requirejs.org/), by [jrburke](jrburke), BSD & MIT license
diff --git a/index.html b/index.html
index 234b140..3bc1a99 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
glitch images
- drop an image in the browser to modify it. this script corrupts some bytes in a jpg image. because of the way jpg encoding works, the corripted file still shows something. inspired by soulwires experiment in flash. this experiment was created by georg. you can follow him on twitter or explore the source code on github.
+ drag an image into the browser window to modify it. this script corrupts some bytes in a jpg image. because of the way jpg encoding works, the corripted file still shows something. inspired by soulwires experiment in flash. this experiment was created by georg. you can follow him on twitter or explore the source code on github.