Skip to content

Commit 09a1c8d

Browse files
committed
update readme
1 parent d3db2a2 commit 09a1c8d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/language-tool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: reviewdog
22
on: [pull_request]
33
jobs:
44
linter_name:
5-
name: runner / reviewdog/action-misspell
5+
name: reviewdog/action-misspell
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
@@ -12,4 +12,4 @@ jobs:
1212
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
1313
reporter: github-pr-review
1414
# Change reporter level if you need.
15-
15+
level: error

docs/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ bin/console
2525
php -S 127.0.0.1:8000 ./public
2626
```
2727

28+
Or you can try ReactPHP version
29+
30+
```bash
31+
composer create-project antidot-fw/reactive-starter project-name
32+
cd project-name
33+
bin/console
34+
php public/index.php # Creates server on 127.0.0.1:8000
35+
```
36+
37+
2838
## Special thanks & Sponsors
2939

30-
* **JetBrains:** Thanks for supporting us with the All Products Pack License for Open Source
40+
* **JetBrains:** Thanks for supporting us with, the All Products Pack License for Open Source
3141

3242
<a href="https://www.jetbrains.com/?from=antidot-framework" target="_blank">
3343
<img alt="JetBrains" src="/images/jetbrains-variant-4.png" style="width:263px !important;height:147px !important"/>

0 commit comments

Comments
 (0)