Skip to content

Commit

Permalink
Updating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 1, 2021
1 parent f3155f1 commit b5cb2ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .docs/en/index.md
Expand Up @@ -4,7 +4,7 @@ This module adds support for managing [FastyBird](https://www.fastybird.com) IoT

## Installation

### Backend
### Application backend in PHP

The best way to install **fastybird/devices-module** is using [Composer](https://getcomposer.org/).

Expand Down Expand Up @@ -34,7 +34,7 @@ Module could be added to your project with composer command:
composer require fastybird/devices-module
```

### Frontend
### Application frontend in JS

The best way to install **@fastybird/devices-module** is using [Yarn](https://yarnpkg.com/):

Expand All @@ -48,7 +48,7 @@ or if you prefer npm:
npm install @fastybird/devices-module
```

### Python project:
### Application additional backend in Python

The best way to install **fastybird-devices-module** is using [pip](https://pip.pypa.io/):

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -35,23 +35,23 @@ Devices module is a combined [Nette framework](https://nette.org) extension and

## Requirements

Backend part of [FastyBird](https://www.fastybird.com) devices module is tested against PHP 7.4 and [ReactPHP http](https://github.com/reactphp/http) 0.8 event-driven, streaming plaintext HTTP server and [Nette framework](https://nette.org/en/) 3.0 PHP framework for real programmers
PHP part of [FastyBird](https://www.fastybird.com) devices module is tested against PHP 7.4 and [ReactPHP http](https://github.com/reactphp/http) 0.8 event-driven, streaming plaintext HTTP server and [Nette framework](https://nette.org/en/) 3.0 PHP framework for real programmers

Frontend part of [FastyBird](https://www.fastybird.com) devices module is tested against [ECMAScript 6](https://www.w3schools.com/JS/js_es6.asp)
JavaScript part of [FastyBird](https://www.fastybird.com) devices module is tested against [ECMAScript 6](https://www.w3schools.com/JS/js_es6.asp)

Python part of [FastyBird](https://www.fastybird.com) devices module is tested against [Python 3.7](http://python.org)

## Installation

#### Backend
#### Application backend in PHP

The best way to install **fastybird/devices-module** is using [Composer](http://getcomposer.org/):

```sh
composer require fastybird/devices-module
```

#### Frontend
#### Application frontend in JS

The best way to install **@fastybird/devices-module** is using [Yarn](https://yarnpkg.com/):

Expand All @@ -65,7 +65,7 @@ or if you prefer npm:
npm install @fastybird/devices-module
```

#### Python project:
#### Application additional backend in Python

The best way to install **fastybird-devices-module** is using [pip](https://pip.pypa.io/):

Expand Down

0 comments on commit b5cb2ab

Please sign in to comment.