Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatsnake committed Jul 9, 2023
1 parent 307120c commit 5cc4ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GET https://shadify.dev/api/sudoku/generator

| Параметр | Описание |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `fill` | _Опциональный_ <br> Число от 0 до 100, которое соответствует уровню заливки поля (в процентном соотношении). <br> Значение по умолчанию – 30. |
| `fill` | _Опциональный_ <br> Число от 0 до 50, которое соответствует уровню заливки поля (в процентном соотношении). <br> Значение по умолчанию – 30. |

Возвращаемый ответ:

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/sudoku.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GET https://shadify.dev/api/sudoku/generator

| Parameter | Description |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `fill` | _Optional_ <br><br> A number from 0 to 100 that corresponds to the field fill level (as a percentage). <br><br> The default value is 30. |
| `fill` | _Optional_ <br><br> A number from 0 to 50 that corresponds to the field fill level (as a percentage). <br><br> The default value is 30. |

Returned response:

Expand Down

0 comments on commit 5cc4ecd

Please sign in to comment.