Skip to content

Commit 99c7824

Browse files
authored
Minor changes to README
1 parent 82fc251 commit 99c7824

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
@@ -22,11 +22,11 @@ To use this project, you will need to include the 'core' package as part of your
2222
@SpringBootApplication(scanBasePackages = "net.laffyco.javamatchingengine.core")
2323
public class ExampleApp {
2424
25-
@Autowired
25+
@Autowired
2626
private OrderInterface orderInterface
2727
2828
public static void main(final String[] args) {
29-
SpringApplication.run(DbApp.class, args);
29+
SpringApplication.run(ExampleApp.class, args);
3030
System.out.println(this.getOrders());
3131
}
3232

0 commit comments

Comments
 (0)