aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Rassat <pierrick.rassat@gmail.com>2020-01-24 22:32:53 +0100
committerPierrick Rassat <pierrick.rassat@gmail.com>2020-01-29 22:10:36 +0100
commit0718855beb39d976edb4dc31e6ef8b4872bd67dc (patch)
tree77915f9df80711d22007eb054c7f596d178794c7
parent229cde2bf084e243913030ddad4bce13f6c38732 (diff)
downloadlombok-0718855beb39d976edb4dc31e6ef8b4872bd67dc.tar.gz
lombok-0718855beb39d976edb4dc31e6ef8b4872bd67dc.tar.bz2
lombok-0718855beb39d976edb4dc31e6ef8b4872bd67dc.zip
Change README to README.md and add hyperlinks
-rw-r--r--README12
-rw-r--r--README.md14
2 files changed, 14 insertions, 12 deletions
diff --git a/README b/README
deleted file mode 100644
index b6fc5e26..00000000
--- a/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
-Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.
-
-See LICENSE for the Project Lombok license.
-
-Looking for professional support of Project Lombok? Lombok is now part of a tidelift subscription!
-
-For a list of all authors, see the AUTHORS file.
-
-For complete project information, see https://projectlombok.org/
-
-You can review our security policy via SECURITY.md
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..718beab1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Project Lombok
+
+Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
+Never write another getter or equals method again, with one annotation your class has a fully featured builder, automate your logging variables, and much more.
+
+See [LICENSE](https://github.com/rzwitserloot/lombok/blob/master/LICENSE) for the Project Lombok license.
+
+Looking for professional support of Project Lombok? Lombok is now part of a [tidelift subscription](https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website)!
+
+For a list of all authors, see the [AUTHORS](https://github.com/rzwitserloot/lombok/blob/master/AUTHORS) file.
+
+For complete project information, see [projectlombok.org](https://projectlombok.org/)
+
+You can review our security policy via [SECURITY.md](https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md)