enhance readability of "Click here" on README.md

This commit is contained in:
Yan Mendes 2024-06-05 16:24:00 -03:00 committed by GitHub
parent 7805e462a4
commit d04aa4642d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,7 +190,7 @@ The code snippet below implements a [bitonic sorter](https://en.wikipedia.org/wi
- `bend run-cu`: GPU, NVIDIA RTX 4090: 0.21 seconds - `bend run-cu`: GPU, NVIDIA RTX 4090: 0.21 seconds
<details> <details>
<summary>Click here for the Bitonic Sorter code </summary> <summary><b>Click here for the Bitonic Sorter code</b></summary>
```py ```py
# Sorting Network = just rotate trees! # Sorting Network = just rotate trees!