qingy2024 commited on
Commit
280d784
·
verified ·
1 Parent(s): 093fd3c

Fixed citation formatting

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -393,14 +393,12 @@ Avoid shadows > md; prefer borders/dividers.
393
  ## Citation
394
 
395
  ```
396
-
397
- @misc{tesslate\_webgen\_4b\_preview\_2025,
398
  title = {WEBGEN-4B-Preview: Design-first web generation with a 4B model},
399
  author = {Tesslate Team},
400
  year = {2025},
401
- url = {[https://huggingface.co/Tesslate/WEBGEN-4B-Preview}](https://huggingface.co/Tesslate/WEBGEN-4B-Preview})
402
  }
403
-
404
  ```
405
 
406
  </div>
 
393
  ## Citation
394
 
395
  ```
396
+ @misc{tesslate_webgen_4b_preview_2025,
 
397
  title = {WEBGEN-4B-Preview: Design-first web generation with a 4B model},
398
  author = {Tesslate Team},
399
  year = {2025},
400
+ url = {https://huggingface.co/Tesslate/WEBGEN-4B-Preview}
401
  }
 
402
  ```
403
 
404
  </div>