Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing markdown syntax in README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ That's it. 15 random posts will be created eveytime you run the 'rake db:populat



##So how was the seed data populated?
## So how was the seed data populated?
-----

I created a basic posts migration with with title(string), body(text) and timestamps.
Expand Down Expand Up @@ -70,7 +70,7 @@ The options for the data type you need are given below. Again, they are from <ht

Do note that *Faker::Lorem.sentences* instead of *Faker::Lorem.sentence* will throw a TypeError because the *sentences* outputs an array and our post.title is a string.

###Faker::Options
### Faker::Options



Expand All @@ -80,10 +80,10 @@ Faker::Name.name #=> "Christophe Bartell"

Faker::Internet.email #=> "[email protected]"

```
```

###Faker::Address
### Faker::Address
```
-----------------

```ruby
Expand Down Expand Up @@ -124,7 +124,7 @@ Faker::Address.longitude #=> "-156.65548382095133"

```

###Faker::Bitcoin
### Faker::Bitcoin
-----------------

```
Expand All @@ -134,7 +134,7 @@ Faker::Bitcoin.address #=> "1HUoGjmgChmnxxYhz87YytV4gVjfPaExmh"

```

###Faker::Business
### Faker::Business
------------------

```
Expand All @@ -148,7 +148,7 @@ Faker::Business.credit_card_type #=> "visa"

```

###Faker::Code
### Faker::Code
--------------

```
Expand All @@ -160,7 +160,7 @@ Faker::Code.ean #=> "4600051000057"

```

###Faker::Commerce
### Faker::Commerce
------------------

```
Expand All @@ -179,7 +179,7 @@ Faker::Commerce.price #=> "44.6"

```

###Faker::Company
### Faker::Company
-----------------

```
Expand All @@ -203,7 +203,7 @@ Faker::Company.logo #=> "http://www.biz-logo.com/examples/007.gif"
```


###Faker::Internet
### Faker::Internet
---------------

```
Expand Down Expand Up @@ -266,7 +266,7 @@ Faker::Internet.slug('foo bar', '-') #=> "foo-bar"

```

###Faker::Lorem
### Faker::Lorem
---------------

```
Expand Down Expand Up @@ -309,7 +309,7 @@ Faker::Lorem.paragraphs(1, true) #=> ""

```

###Faker::Name
### Faker::Name
--------------

```
Expand All @@ -329,7 +329,7 @@ Faker::Name.title #=> "Legacy Creative Director"

```

###Faker::Number
### Faker::Number
----------------

```
Expand All @@ -342,7 +342,7 @@ Faker::Number.digit #=> "1"

```

###Faker::PhoneNumber
### Faker::PhoneNumber
---------------------

Phone numbers may be in any of the following formats:
Expand Down Expand Up @@ -385,7 +385,7 @@ Faker::PhoneNumber.extension #=> "3764"

```

###Faker::Hacker
### Faker::Hacker
---------------------
Are you having trouble writing tech-savvy dialogue for your latest screenplay?
Worry not! Hollywood-grade technical talk is ready to fill out any form where you need to look smart.
Expand Down Expand Up @@ -426,4 +426,4 @@ rest.

License
-------
This code is free to use under the terms of the MIT license.
This code is free to use under the terms of the MIT license.