Skip to content

Commit 93385ea

Browse files
authored
Change README
- Add newlines - Change maintained to 2025 - Remove stray closing comment marker
1 parent 799b11a commit 93385ea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ git clone git://github.com/pdsinterop/php-solid-pubsub-server.git \
4242
&& cd php-solid-pubsub-server \
4343
&& composer install --no-dev --prefer-dist
4444
```
45+
4546
At this point, the application is ready to run.
4647

4748
## Usage
@@ -74,7 +75,9 @@ docker run \
7475
php:8.3 \
7576
php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php
7677
```
78+
7779
Or on Mac:
80+
7881
```
7982
export PORT=8080 && \
8083
docker run \
@@ -88,13 +91,10 @@ docker run \
8891
php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php
8992
```
9093

91-
9294
## Security
9395

9496
If you discover any security related issues, please email <[email protected]> instead of using the issue tracker.
9597

96-
-->
97-
9898
## Development
9999

100100
### Project structure
@@ -113,6 +113,7 @@ This project is structured as follows:
113113
├── composer.json <- PHP package and dependency configuration
114114
└── README.md <- You are now here
115115
-->
116+
116117
```
117118
.
118119
├── src <- Source code
@@ -164,7 +165,7 @@ All code created by PDS Interop is licensed under the [MIT License][license-link
164165
[contributors-page]: https://github.com/pdsinterop/php-solid-pubsub-server/contributors
165166
[license-link]: ./LICENSE
166167
[license-shield]: https://img.shields.io/github/license/pdsinterop/php-solid-pubsub-server.svg
167-
[maintained-shield]: https://img.shields.io/maintenance/yes/2022
168+
[maintained-shield]: https://img.shields.io/maintenance/yes/2025
168169
[pdsinterop-shield]: https://img.shields.io/badge/-PDS%20Interop-gray.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01IC01IDExMCAxMTAiIGZpbGw9IiNGRkYiIHN0cm9rZS13aWR0aD0iMCI+CiAgICA8cGF0aCBkPSJNLTEgNTJoMTdhMzcuNSAzNC41IDAgMDAyNS41IDMxLjE1di0xMy43NWEyMC43NSAyMSAwIDAxOC41LTQwLjI1IDIwLjc1IDIxIDAgMDE4LjUgNDAuMjV2MTMuNzVhMzcgMzQuNSAwIDAwMjUuNS0zMS4xNWgxN2EyMiAyMS4xNSAwIDAxLTEwMiAweiIvPgogICAgPHBhdGggZD0iTSAxMDEgNDhhMi43NyAyLjY3IDAgMDAtMTAyIDBoIDE3YTIuOTcgMi44IDAgMDE2OCAweiIvPgo8L3N2Zz4K
169170
[pdsinterop-site]: https://pdsinterop.org/
170171
[project-stage-badge: Development]: https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg

0 commit comments

Comments
 (0)