Skip to content

Commit 021fb88

Browse files
committed
Correct readme
1 parent 2c73a68 commit 021fb88

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ Once that is done, we can run our script the same way we usually do, for instanc
5454
k6 run dist/get-200-status-test.js
5555
```
5656

57-
## Transpiling and Bundling
58-
59-
By default, k6 does not support TypeScript, but it supports ES modules and ES5.1 code with CommonJS modules. To use TypeScript, we have to set up a bundler that converts TypeScript to any of these formats.
60-
61-
62-
**Learn more**
57+
**See also**
6358

6459
- [Using k6 / Modules](https://grafana.com/docs/k6/latest/using-k6/modules/)
6560
- [Using k6 / JavaScript compatibility mode](https://grafana.com/docs/k6/latest/using-k6/javascript-compatibility-mode/)

0 commit comments

Comments
 (0)