Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![issues](https://img.shields.io/github/issues/tamdaz/kanjo)
![prs](https://img.shields.io/github/issues-pr/tamdaz/kanjo)

kanjo _(japanese word)_ is a SaaS application that allows to write the emotion journal and assess your feelings in you daily life.
kanjo _(japanese word)_ is a web application that allows to write the emotion journal and assess your feelings in you daily life.

![image overview](img/overview.png)

Expand Down
2 changes: 1 addition & 1 deletion src/kanjo.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "./listeners/**"
require "./controllers/**"
require "./repositories/**"

# kanjo _(japanese word)_ is a SaaS application that allows to write the emotion journal and assess
# kanjo _(japanese word)_ is a web application that allows to write the emotion journal and assess
# your feelings in you daily life.
# This tool helps you track and reflect on your emotions through daily journaling. Features include:
# - Simple emotion logging
Expand Down