diff --git a/README.md b/README.md index 7c897d1..c4600bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sheetjs to PostgreSQL Creating a Table Demo -A Node.js utility that intelligently converts Sheetjs `worksheet` to PostgreSQL tables while preserving appropriate data types. +Convert Excel sheets to PostgreSQL tables with correct data types. > This demo project serves as a refernce implementation for SheetJS + PostgreSQL integration. For more details, vist the [SheetJS Documentation](https://docs.sheetjs.com/docs/demos/data/postgresql/#creating-a-table).