From 540d4966413ede8f6a1862f8f56f211e6ceb083a Mon Sep 17 00:00:00 2001 From: Dirk Lemmermann Date: Fri, 24 Nov 2023 14:21:35 +0100 Subject: [PATCH] Add tutorial link to README.md Added the link to a tutorial for the control in README.md to help users understand better how to use it. This adds value to the documentation by providing a helpful resource and makes it easier for users to derive full functionality from the control. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b88d294..28dadc9 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ for any country in the world. The library has a dependency to [Google's _libphon which is rather big in size, hence we decided to distribute this control via its own project on GitHub (as opposed to adding it to the GemsFX project.) -The demo website of Google's library [can be found here](https://libphonenumber.appspot.com). \ No newline at end of file +The demo website of Google's library [can be found here](https://libphonenumber.appspot.com). + +A great tutorial for this control [can be found here](https://coderscratchpad.com/javafx-phone-number-input-field/). \ No newline at end of file