diff --git a/README.md b/README.md index 5790aa5..b8a4ee4 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ Here's the pagination component: [needShowFirstArrow]="true" [needShowLastArrow]="true" - [ofText]="of" - [rowsPerPageText]="Rows per page:" + ofText="of" + rowsPerPageText="Rows per page:" > ```