1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00

Fix README.md titles

This commit is contained in:
Vinicius Brasil 2018-12-08 00:30:13 -02:00 committed by GitHub
parent 68316d43a1
commit 9243265586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ Faker::Name.name
If you wish to seed the random data, you can call `Faker.seed number` and then all subsequent calls will be deterministic. If you wish to seed the random data, you can call `Faker.seed number` and then all subsequent calls will be deterministic.
### Faker::Address ### Faker::Address
```crystal ```crystal
Faker::Address.city #=> "Imogeneborough" Faker::Address.city #=> "Imogeneborough"
@ -66,7 +66,7 @@ Faker::Address.latitude #=> "-58.17256227443719"
Faker::Address.longitude #=> "-156.65548382095133" Faker::Address.longitude #=> "-156.65548382095133"
``` ```
### Faker::Business ### Faker::Business
```crystal ```crystal
@ -79,7 +79,7 @@ Faker::Business.credit_card_type #=> "visa"
``` ```
### Faker::Commerce ### Faker::Commerce
```crystal ```crystal
@ -97,7 +97,7 @@ Faker::Commerce.price #=> "44.6"
Faker::Commerce.material #=> "Plastic" Faker::Commerce.material #=> "Plastic"
``` ```
### Faker::Company ### Faker::Company
```crystal ```crystal
@ -110,7 +110,7 @@ Faker::Company.logo #=> "https://pigment.github.com/fake-logos/logos/medium/colo
``` ```
### Faker::Internet ### Faker::Internet
```crystal ```crystal
# Optional argument name=nil # Optional argument name=nil
@ -172,7 +172,7 @@ Faker::Internet.slug('foo bar', '-') #=> "foo-bar"
``` ```
### Faker::Lorem ### Faker::Lorem
```crystal ```crystal
@ -213,7 +213,7 @@ Faker::Lorem.paragraphs(1, true) #=> ""
``` ```
### Faker::Name ### Faker::Name
```crystal ```crystal
Faker::Name.name #=> "Tyshawn Johns Sr." Faker::Name.name #=> "Tyshawn Johns Sr."
@ -230,7 +230,7 @@ Faker::Name.title #=> "Legacy Creative Director"
``` ```
### Faker::Number ### Faker::Number
```crystal ```crystal
@ -255,7 +255,7 @@ Faker::Number.digit #=> "1"
``` ```
### Faker::PhoneNumber ### Faker::PhoneNumber
```crystal ```crystal