Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 0269a4e

Browse files
committed
Update composer.json and README.md
1 parent fc80229 commit 0269a4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# doc2html
2+
3+
doc2html is a tool that enables to convert PHP documentation in HTML files.
4+
5+
> _For the moment, this project is in development phase._
6+
7+
## Contributions
8+
All contributions are welcome.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tamdaz/doc2html",
3-
"description": "A tool that enables to convert PHP docs in web.",
3+
"description": "A tool that enables to convert PHP docs in HTML files.",
44
"type": "project",
55
"license": "MIT",
66
"autoload": {

0 commit comments

Comments
 (0)