Skip to content

Make package compatible with stream interface Compatibility stream interface v2 #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 1, 2024
Prev Previous commit
Next Next commit
📖 Fix typo
  • Loading branch information
andrew-demb committed Aug 7, 2024
commit c84968190926fa68aeb258bc5f6850e9d1919fe5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First launch the http server:
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
```

Then generate ssh certificates:
Then generate SSL certificates:

```bash
$ composer gen-ssl
Expand Down