Skip to content

Commit

Permalink
docs(readme): improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Feb 3, 2024
1 parent daa6020 commit 16c0582
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
[![build](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/build.yml)
[![cypress](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/cypress.yml/badge.svg)](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/cypress.yml)

:cucumber: [Cypress](https://www.cypress.io/) [Cucumber](https://github.com/badeball/cypress-cucumber-preprocessor) step definitions.
🥒 [Cypress](https://www.cypress.io/) [Cucumber](https://github.com/badeball/cypress-cucumber-preprocessor) step definitions.

## Setup

Follow [setup instructions](https://github.com/remarkablemark/cypress-cucumber-steps/wiki/Setup).
Follow the [setup instructions](https://github.com/remarkablemark/cypress-cucumber-steps/wiki/Setup).

## Usage

Expand All @@ -26,15 +26,15 @@ Given I visit "https://example.com/"
Then I see text "Example Domain"
```

See [docs](https://b.remarkabl.org/cypress-cucumber-steps) and [examples](https://github.com/remarkablemark/cypress-cucumber-steps/tree/master/cypress/e2e).
See the [docs](https://b.remarkabl.org/cypress-cucumber-steps) and [examples](https://github.com/remarkablemark/cypress-cucumber-steps/tree/master/cypress/e2e).

## Migration

See [migration guide](https://github.com/remarkablemark/cypress-cucumber-steps/wiki/Migration).
Read the [migration guide](https://github.com/remarkablemark/cypress-cucumber-steps/wiki/Migration).

## Contributing

See [contributing](https://github.com/remarkablemark/cypress-cucumber-steps/blob/master/.github/CONTRIBUTING.md).
Learn [how to contribute](https://github.com/remarkablemark/cypress-cucumber-steps/blob/master/.github/CONTRIBUTING.md).

## License

Expand Down

0 comments on commit 16c0582

Please sign in to comment.