Skip to content

Commit

Permalink
docs: Rename examples to users section
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGimbel committed May 6, 2024
1 parent a17bd9e commit ed440d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- [Without special chars](#without-special-chars)
- [With special chars](#with-special-chars)
- [Corpora generator](#corpora-generator)
- [Examples](#examples)
- [Users](#users)
- [Contributing](#contributing)
- [Where to start?](#where-to-start)
- [Tooling](#tooling)
Expand Down Expand Up @@ -290,14 +290,15 @@ let fabric: String = gen_switch("fabric".to_string());
// word = "longcloth"
```

## Examples
## Users
[⬆️ Back to Top](#table-of-contents)

The following examples show how `fakedata_generator` can be used in a Rust project.
The following is a list of projects using `fakedata_generator`. Want to have your project added? Open a PR! 🧡

| Name | Description | Repository |
|------|-------------|------------|
| `fakedata_server` | A HTTP API providing random values based on `fakedata_generator` data. | [View code](https://github.com/kevingimbel/fakedata_server) |
| `vector` | [vector](https://github.com/vectordotdev/vector) is a high-performance observability data pipeline. They use `fakedata_generator` as part of their test setup | [View code](https://github.com/vectordotdev/vector/tree/master/lib/fakedata) |


## Contributing
Expand Down

0 comments on commit ed440d5

Please sign in to comment.