From c32f4b0e8d603488ca68306851c43d4cc6d88529 Mon Sep 17 00:00:00 2001 From: Ben Compton <3343482+bencompton@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:40:24 -0600 Subject: [PATCH] Fix alphabetization --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f806c2..e963a03 100644 --- a/README.md +++ b/README.md @@ -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