Browse Source

README: formatting fix

Herbert Vojčík 9 years ago
parent
commit
f182010430
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ Silk does not have any dependency except the amber library ``domite`` that it bu
 
 The metaphor it heavily builds upon is: 
 
-     Each element is a Stream of its children. You can write to that stream, copy that stream to get the copy of the       "cursor" etc. 
+     Each element is a Stream of its children. You can write to that stream, copy that stream to get the copy of the "cursor" etc. 
 
 The package ``silk`` contains only one class ``Silk``, which represents a DOM node _both_ as an element (that can be inserted) and as a stream (which can insert things into itself).