Skip to content

Commit b70889c

Browse files
authored
Fix alert boxes
1 parent a7a20d5 commit b70889c

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
@@ -116,7 +116,7 @@ env NEO4J_TEST_URI=bolt://localhost:7687 NEO4J_TEST_USER=neo4j NEO4J_TEST_PASS=s
116116

117117
##### Using an Aura instance
118118

119-
> ![WARNING]
119+
> [!WARNING]
120120
> Running the tests will create new data and might change and delete existing data or entire databases.
121121
> Do not use a production instance.
122122
@@ -130,7 +130,7 @@ The tests can then also be run by using a `dotenv` like tool, e.g.
130130
dotenvx run -f .auraenv -e NEO4RS_TEST_ON_AURA=1 -- cargo test
131131
```
132132

133-
> ![NOTE]
133+
> [!NOTE]
134134
> Some tests might also use features not available on Aura and will fail.
135135
136136
### Updating `Cargo.lock` files for CI

0 commit comments

Comments
 (0)