Skip to content

Commit

Permalink
Minor changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Laffini authored Nov 21, 2021
1 parent 82fc251 commit 99c7824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ To use this project, you will need to include the 'core' package as part of your
@SpringBootApplication(scanBasePackages = "net.laffyco.javamatchingengine.core")
public class ExampleApp {
@Autowired
@Autowired
private OrderInterface orderInterface
public static void main(final String[] args) {
SpringApplication.run(DbApp.class, args);
SpringApplication.run(ExampleApp.class, args);
System.out.println(this.getOrders());
}
Expand Down

0 comments on commit 99c7824

Please sign in to comment.