Browse Source

Update README.md

Marcin Ziąbek 1 year ago
parent
commit
364fd1c9a9
1 changed files with 8 additions and 8 deletions
  1. 8 8
      README.md

+ 8 - 8
README.md

@@ -33,11 +33,11 @@ Document
 
 
       page.Content()
       page.Content()
         .PaddingVertical(8)
         .PaddingVertical(8)
-        .Column(column => 
+        .Column(column =>
         {
         {
-           column.Spacing(8);
+          column.Spacing(8);
 
 
-           column.Item()
+          column.Item()
             .Text(Placeholders.LoremIpsum())
             .Text(Placeholders.LoremIpsum())
             .Justify();
             .Justify();
 
 
@@ -48,17 +48,17 @@ Document
 
 
       page.Footer()
       page.Footer()
         .AlignCenter()
         .AlignCenter()
-        .Text(text => 
+        .Text(text =>
         {
         {
-           text.Span("Page ");
-           text.CurrentPageNumber();
-        });				
+          text.Span("Page ");
+          text.CurrentPageNumber();
+        });
     });
     });
   })
   })
   .GeneratePdfAndShow();
   .GeneratePdfAndShow();
 ```
 ```
 
 
-<img src="https://github.com/user-attachments/assets/ceb5fbbb-843e-46ae-97c1-082a704e8a99" width="400">
+<img src="https://github.com/user-attachments/assets/ceb5fbbb-843e-46ae-97c1-082a704e8a99" width="300">
 
 
 
 
 <br />
 <br />