1
0
فهرست منبع

README: formatting fix

Herbert Vojčík 10 سال پیش
والد
کامیت
d307e67d31
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -50,7 +50,7 @@ you append the text ``another item`` to the element with id ``#log``.
 
 Silk uses DNU (Smalltalk ``does not understand``) to help you to create HTML elements, and uses associations as a way to set attributes. So to construct HTML text you do:
 
-Silk new
+     Silk new
         H1: {'id'->'header'. 'Welcome'};
         P: {'id'->'welcome'. 'This is an acme page.'. 'It was created by Silk'};
         HR;