From 7e015354b0de502dd8f78d4878678d284f825512 Mon Sep 17 00:00:00 2001 From: Koldo Picaza Date: Tue, 2 Feb 2021 20:24:57 +0100 Subject: [PATCH] add links in docs --- README.md | 14 +++++++------- docs/README.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3ee1232..20aeb24 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ [![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/coverage.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/?branch=0.0.x) [![Build Status](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/build.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/build-status/0.0.x) -## Requirements: +## Requirements * PHP ^7.4|^8.0 -* Antidot Framework -* DriftPHP Server -* React Http -* React Promises -* Ramsey Uuid +* [Antidot Framework](https://antidotfw.io) +* [DriftPHP Server](https://github.com/driftphp/server) +* [React Http](https://github.com/reactphp/http) +* [React Promises](https://github.com/reactphp/promise) +* [Ramsey Uuid](https://github.com/ramsey/uuid) ## Description -This package allows running both common synchronous and modern asynchronous PHP following PSR-15 middleware standard approach. +This package allows running asynchronous PHP following PSR-15 middleware standard approach. ## Install diff --git a/docs/README.md b/docs/README.md index 3ee1232..a891c68 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,18 +6,18 @@ [![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/coverage.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/?branch=0.0.x) [![Build Status](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/build.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/build-status/0.0.x) -## Requirements: +## Requirements * PHP ^7.4|^8.0 -* Antidot Framework -* DriftPHP Server -* React Http -* React Promises -* Ramsey Uuid +* [Antidot Framework](https://antidotfw.io) +* [DriftPHP Server](https://github.com/driftphp/server) +* [React Http](https://github.com/reactphp/http) +* [React Promises](https://github.com/reactphp/promise) +* [Ramsey Uuid](https://github.com/ramsey/uuid) ## Description -This package allows running both common synchronous and modern asynchronous PHP following PSR-15 middleware standard approach. +This package allows running asynchronous PHP following PSR-15 middleware standard approach. ## Install