partsdb

electronic parts inventory
git clone https://git.e1e0.net/partsdb.git
Log | Files | Refs | README | LICENSE

commit d725560a653a293119ddb0b3d3fdcbaed76d8568
parent e29c7f3d45fd8467cef8ed861714576e3c5b03c2
Author: Paco Esteban <paco@e1e0.net>
Date:   Sat, 29 May 2021 11:57:45 +0200

fix typo on README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ Features: * search parts (really basic) * modify stock * All is stored on a sqlite3 file. -* The `add` function calls Octopart to get all the date, so I don't have +* The `add` function calls Octopart to get all the data, so I don't have to type like a monkey. * There's a `get` command that shows all the details of a part, and can call yout pdf viewer to open the datasheet if there is one.