From 38df010cf9130e799034719716508ce5e1c825ce Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sat, 15 May 2021 19:00:42 +0300 Subject: [PATCH] slight change to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0b6bd..3f198fc 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ Easy to use HTTP mocking solution, compatible with PSR-18 and HTTPlug. Should resemble [gock](https://github.com/h2non/gock) in the end. -Project in its early development stage. Stay tuned! +Project in its early development stage. User manual is not there yet, but you can find autogenerated documentation [here](neur0toxine.github.io/pock/). + +Most of the desired functionality is already implemented, but the API itself can change over time.