Unverified Commit 806b3d65 authored by NewbieOrange's avatar NewbieOrange Committed by GitHub
Browse files

Update README.md

parent b85a7f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class ReferenceServiceFactory extends ServiceFactory {
** After you have implemented your factory class, be sure to put your factory class name into the file `./config.properties`. So that we can find your implementation and test.**

```
serviceFactory=ReferenceServiceFactory            // Your factory class name here.
serviceFactory=your.package.YourServiceFactory            // Your factory class name here.
jdbcUrl=jdbc:postgresql://localhost:5432/project2
username=postgres
password=postgres