From 89007243d7c41019298c52cb381336d9ec5bb267 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Thu, 27 Nov 2014 22:38:41 +0530 Subject: [PATCH] aura/web , not aura/http . --- 4-http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-http.md b/4-http.md index 0cbb5fa..d1ce904 100644 --- a/4-http.md +++ b/4-http.md @@ -8,7 +8,7 @@ These are good if you just want to get a small script up and running without muc Once again, you don't have to reinvent the wheel and just install a package. I decided to write my own [HTTP component](https://github.com/PatrickLouys/http) because I did not like the existing components, but you don't have to do the same. -Some alternatives: [Symfony HttpFoundation](https://github.com/symfony/HttpFoundation), [Nette HTTP Component](https://github.com/nette/http), [Aura Http](https://github.com/auraphp/Aura.Http), [sabre/http](https://github.com/fruux/sabre-http) +Some alternatives: [Symfony HttpFoundation](https://github.com/symfony/HttpFoundation), [Nette HTTP Component](https://github.com/nette/http), [Aura Web](https://github.com/auraphp/Aura.Web), [sabre/http](https://github.com/fruux/sabre-http) In this tutorial I will use my own HTTP component, but of course you can use whichever package you like most. Just change the code accordingly.