Skip to content

Commit 1a5a2c6

Browse files
committed
2 parents 355c57d + 9742150 commit 1a5a2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ The best Java query builder/SQL connector.
55
AdvancedSQL is a SQL query builder and/or connector that helps you to generate/modify information on the database without even have to write any line of SQL code, which sometimes is kindof boring and tiring. AdvancedSQL is the best exit for that developers who wants to continue coding without having to write out-of-syntax code (SQL queries) on Java code.
66

77
## Download
8-
Download the last JAR version: https://github.com/DenzelCode/AdvancedSQL/releases/latest
8+
Download the latest JAR: https://github.com/DenzelCode/AdvancedSQL/releases/latest
99

1010
## Dependency for maven:
1111
```
1212
<dependency>
1313
<groupId>com.code</groupId>
1414
<artifactId>advancedsql</artifactId>
1515
<version>2.0.0</version>
16-
<systemPath>${project.basedir}/lib/com.code.advancedsql.jar</systemPath>
16+
<systemPath>${project.basedir}/lib/AdvancedSQL.jar</systemPath>
1717
</dependency>
1818
```
1919

0 commit comments

Comments
 (0)