diff --git a/README.md b/README.md
index 94c0b770..086ac1b4 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,6 @@ missing modules.
-
// ..
@@ -89,7 +88,6 @@ var Y = require('yjs')
require('y-array')(Y) // add the y-array type to Yjs
require('y-websockets-client')(Y)
require('y-memory')(Y)
-require('y-array')(Y)
require('y-map')(Y)
require('y-text')(Y)
// ..
@@ -102,7 +100,6 @@ import Y from 'yjs'
import yArray from 'y-array'
import yWebsocketsClient from 'y-webrtc'
import yMemory from 'y-memory'
-import yArray from 'y-array'
import yMap from 'y-map'
import yText from 'y-text'
// ..