Skip to content

Commit

Permalink
Polish README
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Oct 3, 2023
1 parent fdf0e8c commit f330d5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ It consists of:

Install the PHP extension, either by using the [deploy script](#deploy-script) or [manually](#manual-setup), then install the listener application [locally](#installation).

Otherwise for a quick test, jump straight to the [demo](#demo).

## Demo

1. Install the [listener application](#installation).
Expand All @@ -26,7 +28,7 @@ Install the PHP extension, either by using the [deploy script](#deploy-script) o
docker run -d -p 80:80 -v "$PWD/demo/:/var/www/html/" --name hello-fracker php:8.2-apache
```

3. Test that the demo PHP application works:
3. Check that the demo PHP application works:

```console
curl http://localhost/?expression=7*7
Expand Down

0 comments on commit f330d5c

Please sign in to comment.