From 8854e889c95f72f375946202c7c0d2b0d45cf055 Mon Sep 17 00:00:00 2001 From: ZekeAranyLucas Date: Sat, 25 Nov 2023 10:03:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a02ae..b2b7e35 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [x] Feel free to use small libraries where appropriate instead of reinventing the wheel. **-- Lombok for immutable objects.** - [x] Feel free to look things up or use other reference material as you would when working normally. **-- Mostly Java docs for SPI and Google, starting to use copilot.** -- [] Please make this look as close to real production code as you would submit for code review +- [ ] Please make this look as close to real production code as you would submit for code review (e.g feel free to refactor aggressively, use helper functions, etc) - [x] Submit your code via Git Hub. **-- See https://github.com/ZekeAranyLucas/material-takehome** - [x] Please include a README that includes how to get your code running/tested.