Skip to content

Commit 043f0a9

Browse files
Update: Updated docs and CI workflow.
1 parent ae63962 commit 043f0a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
php-version: ${{ matrix.php }}
4141
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
42-
coverage: pcov
42+
coverage: xdebug
4343

4444
- name: Setup problem matchers
4545
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Publishes infinite scroll components of your chosen stack to your resources dire
172172
### Stacks & Extensibility
173173

174174
- **Stack detection:** The install command tries to auto-detect your current stack (e.g., React) and sets it as the default in the selection menu.
175-
- **Multiple stacks supported:** The package is designed to support any Inertia frontend stack. Each stack implementation is responsible for its own frontend component.
175+
- **Multiple stacks supported:** The package is designed to support any Inertia frontend stack. Each stack implementation is responsible for its own frontend components.
176176
- **Adding custom stacks:** You can extend the package by implementing the `Stack` contract and registering your stack and component. Community contributions for additional stacks (Vue, Svelte, etc.) are encouraged!
177177

178178
---
@@ -186,7 +186,7 @@ Publishes infinite scroll components of your chosen stack to your resources dire
186186
- A: Use component props (`whileLoading` | `whileNoMoreData`) to override default behavior.
187187
- A: Edit the published component in your resources directory or where you published it.
188188
- **Q: Does this work with other stacks?**
189-
- A: Currently, only React components are supported out of the box. You can add other stacks by contributing to the package.
189+
- A: Yes it does, however currently, only React components are included out of the box. You can add other stacks components by contributing to the package.
190190

191191
---
192192

0 commit comments

Comments
 (0)