diff --git a/README.md b/README.md index 7f68579..3db6072 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,7 @@ pip install streamdeck-sdk streamdeck_sdk startproject ``` -After completing this step, the folder `com.bestdeveloper.mytestplugin.sdPlugin` will appear with a test project and -files for build. +After completing this step, the folder `com.bestdeveloper.mytestplugin.sdPlugin` will appear with a test project. 5. Build the plugin using the command: @@ -101,7 +100,7 @@ streamdeck_sdk build -i com.bestdeveloper.mytestplugin.sdPlugin 7. Go to the Stream Deck application in the `MyTestCategory` category and set the `My action` action to any button. 8. Check the operation of the `My action` action. When clicked, the following happens: - 1. The github page opens. + 1. The GitHub page opens. 2. ✅ appears on the button. Next, edit the project in accordance with the official documentation [Stream Deck SDK](https://docs.elgato.com/sdk). diff --git a/README.ru.md b/README.ru.md index be069b5..46ccf0e 100644 --- a/README.ru.md +++ b/README.ru.md @@ -84,8 +84,7 @@ pip install streamdeck-sdk streamdeck_sdk startproject ``` -После выполнения этого пункта появится папка `com.bestdeveloper.mytestplugin.sdPlugin` с тестовым проектом -и файлы для сборки. +После выполнения этого пункта появится папка `com.bestdeveloper.mytestplugin.sdPlugin` с тестовым проектом. 5. Соберите плагин с помощью команды: @@ -100,7 +99,7 @@ streamdeck_sdk build -i com.bestdeveloper.mytestplugin.sdPlugin 7. Зайдите приложение Stream Deck в категорию `MyTestCategory` и установить действие `My action` на какую-либо кнопку. 8. Проверить работу действия `My action`. При нажатии происходит следующее: - 1. Открывается страница github. + 1. Открывается страница GitHub. 2. Появляется ✅ на кнопке. Далее отредактируйте проект в соответствии с официальной документацией [Stream Deck SDK](https://docs.elgato.com/sdk).