fbnhnsl commited on
Commit
c43505d
·
verified ·
1 Parent(s): 40c2a16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -14,9 +14,10 @@ This dataset consists of certain Solidity constructs, namely functions, mappings
14
 
15
  If you wish to use this dataset, you can cite it as follows:
16
 
17
-
18
- @misc{hensel2025fim_dataset,
19
  title = {FIM transformed and Slither audited Solidity constructs},
20
  author={Fabian Hensel},
21
  year={2025}
22
- }
 
 
14
 
15
  If you wish to use this dataset, you can cite it as follows:
16
 
17
+ ```latex
18
+ @misc{hensel2025fim_solidity_dataset,
19
  title = {FIM transformed and Slither audited Solidity constructs},
20
  author={Fabian Hensel},
21
  year={2025}
22
+ }
23
+ ```