Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boroda4436 authored Aug 14, 2023
1 parent 6048e5e commit 1eb2d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Main {
BookDao bookDao = (BookDao) injector.getInstance(BookDao.class);
Book book = new Book();
// initialize field values using setters or constructor
BookDao.create(book);
bookDao.create(book);
// test other methods from BookDao
}
}
Expand Down

0 comments on commit 1eb2d9a

Please sign in to comment.