Skip to content

Commit

Permalink
Fixes #330: Add links to examples from README.md page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Oct 11, 2020
1 parent a43e0fa commit 8a11bd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,14 @@ User Created! Id=0
} */
```

#### [**Click here for F# and VB.NET examples!**](#f-and-vbnet-examples)
#### More Examples!
| Language | Description |
|:---------:| ----------- |
| **C#** | [**Full working example of 'The Great C# Example'**](https://github.com/bchavez/Bogus/tree/master/Examples/GettingStarted) |
| **C#** | [**Using Bogus and EF Core to a seed database**](https://github.com/bchavez/Bogus/tree/master/Examples/EFCoreSeedDb) |
| **F#** | [**Using Bogus with F#**](#the-fabulous-f-examples) |
| **VB.NET** | [**Using Bogus with VB.NET**](#the-very-basic-vbnet-example) |


### Locales

Expand Down

0 comments on commit 8a11bd5

Please sign in to comment.