Skip to content

Commit 682c608

Browse files
Fix <details> endings
1 parent 7783486 commit 682c608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ medium is akin to integration tests, and large is akin to end to end tests.
127127

128128
The `test_tag_filters` allow us to pass in browser names and a few different tags that we can
129129
find in the code base.
130-
<details>
130+
</details>
131131

132132
#### JavaScript
133133
<details>
@@ -184,6 +184,7 @@ To publish run
184184
bazel build //py:selenium-wheel
185185
twine upload bazel-bin/py/selenium-*.whl
186186
```
187+
</details>
187188

188189
#### Ruby
189190
<details>
@@ -227,7 +228,6 @@ As you see *build targets* scroll past in the log,
227228
you may want to run them individually.
228229

229230

230-
231231
## Common Tasks (Bazel)
232232

233233
To build the bulk of the Selenium binaries from source, run the

0 commit comments

Comments
 (0)