From 10d1042881c1a6ed5dbdaf491fcf5d4439348657 Mon Sep 17 00:00:00 2001 From: Bilge Date: Thu, 22 Dec 2016 17:08:33 +0000 Subject: [PATCH] Corrected Porter's description to be API-agnostic. (#745) * Added Porter to Third Party APIs section. * Moved Porter to Data Structure and Storage section. * Corrected Porter's description to be API-agnostic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c91050..635d73f 100644 --- a/README.md +++ b/README.md @@ -697,7 +697,7 @@ Libraries to help manage database schemas and migrations. * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library. * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query). -* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework for accessing APIs. +* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework. * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data. * [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets. * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.