Migrate term 'package' to 'extension' (#1280)

* Migrate term 'package' to 'extension'

* Bad link

* Add package term note

* Small article change
This commit is contained in:
Galen Nickel
2018-09-26 09:35:56 -07:00
committed by Peli de Halleux
parent 51a3a1444c
commit 6976055aa9
9 changed files with 34 additions and 29 deletions

View File

@ -1,15 +1,15 @@
# Code
## Step 1: Add the Kitronik package
## Step 1: Add the Kitronik extension
Kitronik has a package with blocks that program their motor driver. We need to add it to our project.
Kitronik has an extension with blocks that program their motor driver. We need to add it to our project.
* Click on **Advanced**
* Click **Add Package**
* Click **Extensions**
* Type ``kitronik``, press **Enter**
* Select the **kitronik-motor-driver** package
* Select the **kitronik-motor-driver** extension
After the package is loaded, you should see a new **Kitronik** category in the toolbox.
After the extension is loaded, you should see a new **Kitronik** category in the toolbox.
## Step 2: Round and round we go!