Skip to content

Commit 7336012

Browse files
authored
Update README.md
1 parent 92e66b9 commit 7336012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ I'll be updating this repository whenever I need the tool to support more functi
1111

1212
You don't need to download any dependencies such as plantUML or Graphviz, which is what most of the tools out there require and what was also my motivation to start this project. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
1313

14-
Because of my personal philosophy I write any code in this repository 100% on my own, no Github Co-Pilot nor ChatGPT.
15-
I became a software developer because of my passion for our craft - Software Engineering. I build this tool because I enjoy programming.
16-
1714
# Example
1815

1916
```
@@ -48,3 +45,6 @@ I became a software developer because of my passion for our craft - Software Eng
4845
```
4946
Result PNG file:
5047
![image description](./examples/user_starts_chatting.png)
48+
49+
## Warning - AI not welcome here
50+
Because of my own personal philosophy regarding technology and AI, I write all the code in this repository 100% on my own. There is and will be no usage of Github Co-Pilot nor ChatGPT. I became a software developer because of my passion for our craft - Software Engineering. I build this tool because I enjoy programming. Every single line of code you'll read in this repo is produced first in my mind and then manifested into reality through my hands.

0 commit comments

Comments
 (0)