diff --git a/README_ru.md b/README_ru.md index a7c4c23..417c263 100644 --- a/README_ru.md +++ b/README_ru.md @@ -29,7 +29,7 @@ * `aio:doAction(string)` - выполняет действие AIO ([подробнее](https://aiolauncher.app/api.html)); * `aio:addWidget(string)` - добавляет на экран встроенный виджет или виджет-скрипт; -* `aio:removeWidget(string` - удаляет с экрана встроенный виджет или виджет-скрипт (внимание: доп. виджеты тоже будут удалены); +* `aio:removeWidget(string)` - удаляет с экрана встроенный виджет или виджет-скрипт (внимание: доп. виджеты тоже будут удалены); # Сетевые функции diff --git a/github_trending-widget.lua b/github_trending-widget.lua index b03ced6..29a7296 100644 --- a/github_trending-widget.lua +++ b/github_trending-widget.lua @@ -1,8 +1,8 @@ -name = "GitHub Trending" -description = "GitHub trending repositories (trending-github.com)" -scriptType = "widget" -author = "Evgeny Zobnin (zobnin@gmail.com)" -version = "1.0" +-- name = "GitHub Trending" +-- description = "GitHub trending repositories (trending-github.com)" +-- type = "widget" +-- author = "Evgeny Zobnin (zobnin@gmail.com)" +-- version = "1.0" function onAlarm() net:getText("https://api.trending-github.com/github/repositories")