Skip to content

Commit dbe6ad4

Browse files
Make better
1 parent a028f4f commit dbe6ad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ A short example of what an AI IDE (in this case [Cursor](https://www.cursor.com/
3333
The application is a todo list application.
3434

3535
It is written in Go application with a simple REST API and a simple
36-
frontend in JavaScript.
36+
frontend in JavaScript. I have chosen Go because it is easy to understand, and
37+
I have chosen JavaScript because everyone knows it.
3738

3839
The frontend is in the `internal/js` folder and is a simple single page
3940
application that allows you to add todos to the todo list. The JavaScript

0 commit comments

Comments
 (0)