Rename directory

This commit is contained in:
Ngô Ngọc Đức Huy 2021-02-05 11:23:18 +07:00
parent 017a81aaf3
commit 69a5b56f18
Signed by: huyngo
GPG Key ID: 904AF1C7CDF695C3
3 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
plantuml puml/* -o ../png/
plantuml uml/* -o ../png/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,7 +1,6 @@
@startuml
actor Conlanger as usr
actor "Conlang file .crl" as crl
usecase "Create language" as clang
usecase "View language" as rlang
@ -14,9 +13,5 @@ usr --> rlang
usr --> ulang
usr --> dlang
usr --> export
clang --> crl
clang --> rrl
clang --> url
clang --> drl
@enduml