Skip to content

Commit

Permalink
Tidied up some readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Jan 28, 2019
1 parent 3d343ef commit 7f637b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions doc/ancient.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Faker.Ancient

Available since version 1.7.0.

```cs
Faker.Ancient.God() //=> "Zeus"
Expand Down
7 changes: 4 additions & 3 deletions doc/slackemoji.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Faker.Company
```cs
# Random Slack Emoji from people category

```cs
# Random Slack Emoji from people category
Faker.SlackEmoji.People() //=> ":sleepy:"
# Random Slack Emoji from nature category
Expand All @@ -26,4 +27,4 @@ Faker.SlackEmoji.Custom() //=> ":suspect:"
# Random Slack Emoji from any category
Faker.SlackEmoji.Emoji() //=> ":last_quarter_moon:"
```
```

0 comments on commit 7f637b6

Please sign in to comment.