Skip to content

Commit 3499a64

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9e679d4 + 5ceffe9 commit 3499a64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ final ConfigSection root = inscript.getRoot();
193193
```
194194

195195
### Miscellaneous
196-
> ![NOTE]
197-
> By default, Inscript does not run anything asynchronously for you.
196+
By default, Inscript does not run anything asynchronously for you.
198197

199-
> ![CAUTION]
200-
> Any loading and saving operations from Inscript **should be run asynchronously**.
198+
> [!Caution]
199+
>
200+
> Any loading and saving operations from Inscript **should be run asynchronously**.
201201
>
202202
> Make sure to run the string based methods (not the disk ones) asynchronously as well.
203203
> They are basically the same as the disk based ones without the file writing and reading.
@@ -207,4 +207,4 @@ final ConfigSection root = inscript.getRoot();
207207
> CompletableFuture.runAsync(inscript::loadFromDisk).thenRun(() -> {
208208
> // ...
209209
> });
210-
> ```
210+
> ```

0 commit comments

Comments
 (0)