@1mancompany/onemancompany 0.2.254 → 0.2.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -417,11 +417,11 @@ See [vibe-coding-guide.md](vibe-coding-guide.md) for coding guidelines.
|
|
|
417
417
|
If you use OneManCompany in your research or project, please cite it:
|
|
418
418
|
|
|
419
419
|
```bibtex
|
|
420
|
-
@software{
|
|
420
|
+
@software{onemancompany2026,
|
|
421
421
|
title = {OneManCompany: The AI Operating System for One-Person Companies},
|
|
422
422
|
author = {Zhengxu Yu, Fu Yu, Zhiyuan He, Yuxuan Huang, Weilin Luo, Jun Wang},
|
|
423
423
|
url = {https://github.com/1mancompany/OneManCompany},
|
|
424
|
-
year = {
|
|
424
|
+
year = {2026},
|
|
425
425
|
license = {Apache-2.0}
|
|
426
426
|
}
|
|
427
427
|
```
|