Skip to content

Commit ebe8597

Browse files
authored
Update README.md
1 parent 28ede15 commit ebe8597

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# nova-percent-field
1+
# Percent field for Laravel Nova
22
Laravel Nova field for displaying percents
33

4-
Sometimes percents are stored in the database in decimal form (f.e. 0.1615 which equals to 16.15%).
4+
Usually percents are stored in the database in a decimal form (e.g. 0.1615 which equals to 16.15%).
55
In order to simplify formatting one can use this package.
66

77
### 1. Index view
@@ -41,4 +41,4 @@ public function fields(Request $request)
4141
->displayPercentSign(true) // true by default
4242
];
4343
}
44-
```
44+
```

0 commit comments

Comments
 (0)