Skip to content

Commit

Permalink
feat: add youtube link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 8, 2018
1 parent 3d34c26 commit 31c8328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
`yarn && npm run test && npm run dev`
> typescript-приложение соберётся в ./dist
### Видеоуроки
- [Пишем игру Guess Number за 10 минут](https://youtu.be/exPnIFMa1H8)

### Создайте своё первое приложение

```javascript
Expand Down
4 changes: 4 additions & 0 deletions examples/guessNumber.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Videotutorial: https://youtu.be/exPnIFMa1H8
*/

const Alice = require('yandex-dialogs-sdk')
const alice = new Alice()

Expand Down

0 comments on commit 31c8328

Please sign in to comment.