Skip to content

Commit 61a255b

Browse files
Update headings
1 parent f4d2f5c commit 61a255b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/03 Using k6 browser/04 Migrating to k6 v0-46.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import { browser } from 'k6/experimental/browser';
110110

111111
In k6 v0.46.0, the need to manually start a browser via `chromium.launch()` or `chromium.connect()` and set its configuration through these methods has been removed, so this part can simply be omitted from test scripts. Users can still change some browser settings by using environment variables. For more information, refer to the [browser module options](/javascript-api/k6-experimental/browser/#browser-module-options) documentation.
112112

113-
### Before:
113+
Before:
114114

115115
<CodeGroup lineNumbers={[true]}>
116116

@@ -127,7 +127,7 @@ export default async function () {
127127

128128
</CodeGroup>
129129

130-
### After:
130+
After:
131131

132132
<CodeGroup labels={["Bash", "Docker", "Windows: CMD", "Windows: PowerShell"]} lineNumbers={[false]}>
133133

0 commit comments

Comments
 (0)