From 88dcb0545fd641dbf2de9d2e74eeb2ad7cc0a30a Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sun, 25 Apr 2021 12:53:42 +0300
Subject: [PATCH] Update part coverage in README

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a3b2873..10b80b1 100644
--- a/README.md
+++ b/README.md
@@ -44,12 +44,14 @@ Add symbols with names that make sense, try to follow and come up with a Fab nam
 - [x] Radios
 - [x] Crystals
 - [x] Buttons and switches
-- [ ] Connectors
-- [ ] Jacks and plugs
-- [ ] Battery holders
-- [ ] USB chips and connectors
+- [x] Connectors
+- [x] Jacks and plugs
+- [x] Battery holders
+- [x] USB chips and connectors
 - [x] SD card socket
 
+Next step: Create a list of parts to test against. Maybe the [Fab Electronics Inventory](https://gitlab.fabcloud.org/pub/inventory/electronics) project can be useful here.
+
 ## Contributing
 
 Please refer to the [CONTRIBUTING](CONTRIBUTING.md) document. Run `test.py` locally before `git push`.
-- 
GitLab