Skip to content

Commit

Permalink
Merge pull request #3 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fixed initialize
  • Loading branch information
KishCom committed Jan 7, 2020
2 parents d09301a + 6cb52fc commit 0865de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Forums: https://forums.anki.com/

Follow steps [here](https://developer.anki.com/vector/docs/initial.html) to set up your Vector robot with the SDK (future versions of this API will not require this step). After you've got the Python SDK setup and working you can proceed to setup the Node.js API:

Pass values obtained from `%home%/.anki_vector/sdk_config.ini` directly into the constructor. Then intialize the API and use it!
Pass values obtained from `%home%/.anki_vector/sdk_config.ini` directly into the constructor. Then initialize the API and use it!

```javascript
var VectorAPI = require("anki-vector-nodejs");
Expand Down

0 comments on commit 0865de7

Please sign in to comment.