diff options
| author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-01 04:14:41 +0300 | 
|---|---|---|
| committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-01 04:14:41 +0300 | 
| commit | 3c0db29a682fb80073e9fb156dce5e520b697dca (patch) | |
| tree | 04a306d548fda7d8ef5ccadc2008abf0d8b4cf30 | |
| parent | b1388a58bde92f02419182ea415ab74e9647d77b (diff) | |
readme fix
| -rw-r--r-- | README.md | 24 | 
1 files changed, 12 insertions, 12 deletions
@@ -18,31 +18,31 @@ make it easier to tell apart.  Regular square frame (▢):  ``` -stick,	stick, 		stick -stick,	%wood_planks%,	stick -stick,	stick, 		stick +stick,   stick, 		stick +stick,   %wood_planks%,	stick +stick,   stick, 		stick  ```  Quartered square frame (▢ + ✛):  ``` -"",		stick, 		"" -stick,	%wood_planks%,	stick -"",		stick, 		"" +"",      stick, 		"" +stick,   %wood_planks%,	stick +"",      stick, 		""  ```  Diagonally quartered frame (▢ + ✕):  ``` -stick,	"",			stick -"",		%wood_planks%,	"" -stick,	"",			stick +stick,   "",               stick +"",      %wood_planks%,    "" +stick,   "",               stick  ```  Rhombus frame (▢ + ◇):  ``` -"",		stick,		stick -"",		%wood_planks%,	"" -stick,	stick,		"" +"",      stick,            stick +"",      %wood_planks%,    "" +stick,   stick,            ""  ```
\ No newline at end of file  | 
