Skip to content

Commit beae973

Browse files
authored
link to examples in readme (#1918)
1 parent c34e20d commit beae973

File tree

2 files changed

+4
-90
lines changed

2 files changed

+4
-90
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,17 @@ Everyone interacting in this codebase and issue tracker is expected to follow th
3636

3737
Cucumber.js is available as an npm module.
3838

39-
### 7.x.x and above
40-
4139
``` shell
4240
$ npm install @cucumber/cucumber
4341
```
4442

45-
If you're upgrading from 6.x.x or below, see the [migration guide](./docs/migration.md).
46-
47-
### 6.x.x and below
48-
49-
``` shell
50-
$ npm install cucumber@6
51-
```
52-
5343
## Documentation
5444

55-
The following documentation is for master. See below the documentation for older versions.
45+
If you learn best by example, we have [a repo with several example projects](https://github.com/cucumber-examples/cucumber-js-examples) that might help you get going. Otherwise, read on.
46+
47+
The following documentation is for `main`, which might contain some unreleased features. See below the documentation for older versions.
5648

5749
* [CLI](/docs/cli.md)
58-
* [NodeJs Example](/docs/nodejs_example.md)
5950
* Support Files
6051
* [World](/docs/support_files/world.md)
6152
* [Step Definitions](/docs/support_files/step_definitions.md)
@@ -75,7 +66,7 @@ The following documentation is for master. See below the documentation for older
7566
* [Snippets for undefined steps](./docs/snippets.md)
7667
* [FAQ](/docs/faq.md)
7768

78-
#### Documentation for older versions
69+
### Documentation for older versions
7970

8071
* [`7.x`](https://github.com/cucumber/cucumber-js/tree/7.x)
8172
* [`6.x`](https://github.com/cucumber/cucumber-js/tree/6.x)

docs/nodejs_example.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)