소스 검색

README: "construct HTML text" is strange, remove

Herbert Vojčík 10 년 전
부모
커밋
92bff02cde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -48,7 +48,7 @@ For example with
 
 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 uses DNU (Smalltalk ``does not understand``) to help you to create HTML elements, and uses associations as a way to set attributes. So you do:
 
      Silk new
         H1: {'id'->'header'. 'Welcome'};