aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-08-13 11:52:10 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-08-13 11:52:10 +0200
commit02ee85edd0b172f87b0dc8b5ee6abb789089d691 (patch)
tree66c062290c061ccab4455736d0f8d9eed25a85cb
parentf0a6bbf07597d6b5d7e3178890ddd07ad41f9698 (diff)
downloadproperties-02ee85edd0b172f87b0dc8b5ee6abb789089d691.tar.gz
properties-02ee85edd0b172f87b0dc8b5ee6abb789089d691.zip
Move TODO content in READMEHEADmaster
-rw-r--r--README.md5
-rw-r--r--TODO.md3
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b6ee271..2b1b605 100644
--- a/README.md
+++ b/README.md
@@ -44,3 +44,8 @@ path=c:\\docs\\doc1
* UNICODE characters can be entered as they are in a Java program, using the
`\u` prefix. For example, `\u002c`.
+
+## TODOs
+* Able to write comments with `!` symbol.
+* Multiline values.
+* `\u` prefix.
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 5aa6326..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,3 +0,0 @@
-* Able to write comments with `!` symbol.
-* Multiline values.
-* `\u` prefix.