Skip to content

Commit 58c5e41

Browse files
committed
Readme minor copy edit.
1 parent 1eb5e3b commit 58c5e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Porter is the PHP data importer. She fetches data from anywhere, from the local
1616

1717
Ready-to-use data [providers][Provider] are just a `composer require` away, and will include all the necessary connectors and other dependencies to access popular online services such as [Stripe][Stripe provider] for online payments or [foreign exchange rates][ECB provider]. Truthfully, Porter's open source provider library is very limited right now, and some implementations are incomplete, but we hope the PHP community will rally around Porter's abstractions to become the de facto framework for publishing PHP APIs because her interfaces have undergone intensive scrutiny and several iterations during years of production use to ensure they are efficient, robust, flexible, testable and easy to implement.
1818

19-
Porter's key [durability](#durability) feature ensures failed connections are transparently retried up to five times by default, with increasing delays between each attempt until the fetch is successful, provided the failure type is marked as recoverable. The retry mechanism is safe for concurrent requests because objects are cloned internally, and this technique is used throughout Porter wherever necessary to ensure immutability and predicable behaviour, reducing the chance of bugs and other unpleasant surprises in your code.
19+
Porter's key [durability](#durability) feature ensures failed connections are transparently retried up to five times by default, with increasing delays between each attempt until the fetch is successful, provided the failure type is marked as recoverable. The retry mechanism is safe for concurrent requests because objects are cloned internally, and this technique is used throughout Porter wherever necessary to ensure immutability and predicable behaviour, reducing the chance of bugs and other unpleasant surprises in your code regarding concurrency.
2020

2121
Contents
2222
--------

0 commit comments

Comments
 (0)