Update README.md
Browse files
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{
|
| 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 |
+
```
|