Skip to content

Commit ffbd914

Browse files
committed
Add funding information and update README section titles
1 parent 3ac9c52 commit ffbd914

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ return [
231231
];
232232
```
233233

234-
### Temporal Plugin
234+
### Temporal
235235

236236
Temporal is a workflow engine that enables orchestration of microservices and provides sophisticated workflow
237237
mechanisms.
@@ -309,8 +309,7 @@ If you find any package errors, please, [make an issue][link_create_issue] in a
309309

310310
## License
311311

312-
MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained
313-
by [tarampampam](https://github.com/tarampampam) and [Spiral Scout](https://spiralscout.com).
312+
MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
314313

315314
[badge_packagist_version]:https://img.shields.io/packagist/v/roadrunner-php/laravel-bridge.svg?maxAge=180
316315

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"cache",
1313
"http"
1414
],
15+
"funding": [
16+
{
17+
"type": "github",
18+
"url": "https://github.com/sponsors/roadrunner-server"
19+
}
20+
],
1521
"license": "MIT",
1622
"authors": [
1723
{

0 commit comments

Comments
 (0)