Skip to content

Commit 5a2c4c7

Browse files
authored
Update README.md
1 parent 2e3b060 commit 5a2c4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A tool that helps developers to generate their UML diagram through uploading the
77

88
# How it works?
99
## Step1: Open the upload page
10-
By openning this page, you will have the open to choose the available langages support for generating UML diagram out of code. Since currently, we have only PHP support, you can uploads your php files. There are are already some some php example files which you can upload them, [Admin.php][https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Admin.php], [Librarian.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Librarian.php), [Library.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Library.php), [LibraryISSN.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryISSN.php), [LibraryOnline.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryOnline.php), [LibraryQuickSearch.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryQuickSearch.php),[Pateron.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Pateron.php), [PateronRecord.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/PateronRecord.php), [Reservation.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Reservation.php), [books.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/books.php), [booksDB.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/booksDB.php), [payment.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/payment.php).
10+
By openning this page, you will have the open to choose the available langages support for generating UML diagram out of code. Since currently, we have only PHP support, you can uploads your php files. There are are already some some php example files which you can upload them, [Admin.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Admin.php), [Librarian.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Librarian.php), [Library.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Library.php), [LibraryISSN.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryISSN.php), [LibraryOnline.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryOnline.php), [LibraryQuickSearch.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryQuickSearch.php),[Pateron.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Pateron.php), [PateronRecord.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/PateronRecord.php), [Reservation.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Reservation.php), [books.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/books.php), [booksDB.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/booksDB.php), [payment.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/payment.php).
1111
![The uploading files page](https://github.com/AzarguNazari/PHPtoUML/blob/master/snapshot/input%20option.png)
1212

1313
# Generating

0 commit comments

Comments
 (0)