Skip to content

Commit a396cd0

Browse files
authored
Clarify library addition as HTTP in KiCad documentation (#1438)
Updated instructions to specify adding the file as a HTTP library.
1 parent fc2cd5d commit a396cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/eda_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To connect KiCad with Part-DB do the following steps:
5454
```
5555
4. Replace the `root_url` with the URL of your Part-DB instance plus `/en/kicad-api/`. You can find the right value for this in the Part-DB user settings page under "API endpoints" in the "API tokens" panel.
5656
5. Replace the `token` field value with the token you have generated in step 1.
57-
6. Open KiCad and add this created file as a library in the KiCad symbol table under (Preferences --> Manage Symbol Libraries)
57+
6. Open KiCad and add this created file as a HTTP library in the KiCad symbol table under (Preferences --> Manage Symbol Libraries)
5858

5959
If you then place a new part, the library dialog opens, and you should be able to see the categories and parts from Part-DB.
6060

0 commit comments

Comments
 (0)