Skip to content

Commit 086e7fa

Browse files
committed
Fixed README.md
1 parent 3f6e9e1 commit 086e7fa

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Full documentation is available at **[stackpop.github.io/mocktioneer](https://st
3434

3535
## Endpoints
3636

37-
| Path | Description |
38-
|------|-------------|
39-
| `POST /openrtb2/auction` | OpenRTB 2.x bid request |
40-
| `POST /e/dtb/bid` | APS TAM bid request |
41-
| `GET /static/creatives/{size}.html` | Creative wrapper |
42-
| `GET /_/sizes` | Supported sizes with pricing |
37+
| Path | Description |
38+
| ----------------------------------- | ---------------------------- |
39+
| `POST /openrtb2/auction` | OpenRTB 2.x bid request |
40+
| `POST /e/dtb/bid` | APS TAM bid request |
41+
| `GET /static/creatives/{size}.html` | Creative wrapper |
42+
| `GET /_/sizes` | Supported sizes with pricing |
4343

4444
See the [full API reference](https://stackpop.github.io/mocktioneer/api/) for all endpoints.
4545

@@ -49,7 +49,7 @@ See the [full API reference](https://stackpop.github.io/mocktioneer/api/) for al
4949
cargo test # Run tests
5050
cargo run -p mocktioneer-adapter-axum # Local server (Axum) on :8787
5151
edgezero-cli serve --adapter cloudflare # Local server (Cloudflare) on :8787
52-
edgezero-cli serve --adapter fastly # Local server (Cloudflare) on :7676
52+
edgezero-cli serve --adapter fastly # Local server (Fastly) on :7676
5353
```
5454

5555
## License

0 commit comments

Comments
 (0)