Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ In the examples above, all three alternative styles of using **Bogus** produce t
* `Bogus.DataSets.Company.Nipc()` - Número de Identificação de Pessoa Colectiva (NIPC)
* **`using Bogus.Extensions.Romania;`**
* `Bogus.Person.Cnp()` - Romanian Personal Identification number (CNP)
* `Bogus.DataSets.Vehicle.RoRegistrationPlate()` - Romanian Vehicle Registration Plate
* **`using Bogus.Extensions.Sweden;`**
* `Bogus.Person.Personnummer()` - Swedish national identity number
* `Bogus.Person.Samordningsnummer()` - Swedish coordination number
Expand Down