From 8d41e5639937a02c361b20a863b407c0fd2d6f37 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 16 Dec 2023 18:53:50 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c10310..7370b5b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +_**Forked from https://github.com/GaspardMerten/date_field**_ + # Welcome to the Date Field package! 📅 [![pub package](https://img.shields.io/pub/v/date_field.svg)](https://pub.dev/packages/date_field) @@ -14,7 +16,6 @@ dependencies: date_field: ^3.0.5 ``` - Import the package in your Dart code. ```dart @@ -78,4 +79,4 @@ Contributions to this package are welcome! If you find a bug or have a feature r Before submitting a pull request, please make sure to run the tests and ensure they all pass. Additionally, please follow the existing coding style and make sure your code is well-documented. -Thank you for your contributions! \ No newline at end of file +Thank you for your contributions!