Skip to content

Commit

Permalink
Fix alphabetization
Browse files Browse the repository at this point in the history
  • Loading branch information
bencompton committed Apr 18, 2024
1 parent eb19ac8 commit c32f4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -105,18 +105,18 @@ defineFeature(feature, (test) => {

## Additional Documentation

* [Run with another test runner](./docs/RunWithAnotherTestRunner.md)
* [Asynchronous steps](./docs/AsynchronousSteps.md)
* [Automatic step Binding](./docs/AutomaticStepBinding.md)
* [Backgrounds](./docs/Backgrounds.md)
* [Configuration options](./docs/AdditionalConfiguration.md)
* [Contributing](./CONTRIBUTING.md)
* [Gherkin tables](./docs/GherkinTables.md)
* [Re-using step definitions](./docs/ReusingStepDefinitions.md)
* [Running the examples](./docs/RunningTheExamples.md)
* [Running with another test runner](./docs/RunWithAnotherTestRunner.md)
* [Scenario outlines](./docs/ScenarioOutlines.md)
* [Step definition arguments](./docs/StepDefinitionArguments.md)
* [Using Docstrings](./docs/UsingDocstrings.md)
* [Contributing](./CONTRIBUTING.md)

## FAQ

Expand Down

0 comments on commit c32f4b0

Please sign in to comment.