From 84a481620a0b10a252fd25c520b30a58eb478a4c Mon Sep 17 00:00:00 2001 From: Sheetali Maity <74114936+smty2018@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:40:29 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9592a04c..97a86bbb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a Liquibase extension for connecting to Hibernate. The extension lets yo These instructions will help you get the extension up and running on your local machine for development and testing purposes. This extension has a prerequisite of Liquibase core in order to use it. Liquibase core can be found at https://www.liquibase.org/download. -### Compatiblity +### Compatibility The Liquibase Hibernate extension requires Liquibase 4.x and Java 1.8+. Use `liquibase-hibernate5.jar` or `liquibase-hibernate6.jar` depending on your Hibernate version. Ideally the extension version should be the same one as Liquibase version.