From 8c5eab5e0eb1728726fe182aca1f35dec266bc24 Mon Sep 17 00:00:00 2001 From: Leszek Prabucki Date: Fri, 12 Oct 2012 14:55:47 +0300 Subject: [PATCH] Update README.markdown --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 9530db1..63137b2 100644 --- a/README.markdown +++ b/README.markdown @@ -469,7 +469,7 @@ gaufrette://amazonS3/file ``` ### Example 2 -We define the protocl as data and all filesystem will be saved +We define the protocol as data and all filesystem will be saved ``` yaml # app/config/config.yml knp_gaufrette: @@ -477,7 +477,7 @@ knp_gaufrette: #... stream_wrapper: - protocol: business + protocol: data ``` ``` @@ -505,7 +505,7 @@ data://backup1/... data://amazonS3/... ``` ### Example 4 -We define the protocol as data and define which filesystem will be used with the domain +We define the protocol as data and define which filesystem will be used with the domain aliasing ``` yaml # app/config/config.yml @@ -514,7 +514,7 @@ knp_gaufrette: #... stream_wrapper: - protocol: gaufrette + protocol: data filesystems: backup: backup1 pictures: amazonS3