Skip to content

Commit

Permalink
add tests around import validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Markham committed Aug 31, 2024
1 parent 919ffeb commit bd18bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gherklin, a Gherkin Linter
# Gherklin

An ESM linter for Gherkin, inspired by [Gherkin Lint](https://github.com/gherkin-lint/gherkin-lint)

Expand All @@ -8,7 +8,7 @@ An ESM linter for Gherkin, inspired by [Gherkin Lint](https://github.com/gherkin
# Usage

```typescript
import { Runner } from 'gherkin-linter'
import { Runner } from 'gherklin'

const errors = await Runner(config, ruleConfig)
```
Expand Down

0 comments on commit bd18bfc

Please sign in to comment.