From 261b3e91e7777b4bbda9d3ebfbc5132722adc616 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Mon, 29 Sep 2025 17:12:35 -0700 Subject: [PATCH] fixed more typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d361734..519797a 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ Hope to support this one of several ways, depending on the future of KiCAD/API * KiCAD supports multi-document, API include `get_boards()` * `kicad-cli` supports full API, spin up instances as needed * Manually switch between KiCAD projects and import new boards -* socker-per-project but this seems messy +* socket-per-project but this seems messy ### Panelization -In it's most basic form, this will probably utilize `kikit` to assist in basic panelization but in multiboard projects it will assist in panelizing differnt boards into one panel. +In it's most basic form, this will probably utilize `kikit` to assist in basic panelization but in multiboard projects it will assist in panelizing different boards into one panel. -### Syncronize all the things! +### Synchronize all the things! Syncing selections is fairly straight forward, but long term it would be awesome to have everything sync as their changed.