Procházet zdrojové kódy

README: formatting fix

Herbert Vojčík před 9 roky
rodič
revize
f182010430
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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).