From b8186a4ae518ca97d7a1217cea908a89cd74641a Mon Sep 17 00:00:00 2001 From: soni sahu Date: Wed, 10 May 2017 05:14:48 +0530 Subject: [PATCH 1/3] modify readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c049d..5608032 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Puli Repository Component [![Total Downloads](https://poser.pugx.org/puli/repository/downloads.svg)](https://packagist.org/packages/puli/repository) [![Dependency Status](https://www.versioneye.com/php/puli:repository/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:repository/1.0.0) -Latest release: [1.0.0-beta10](https://packagist.org/packages/puli/repository#1.0.0-beta10) +Latest release- [1.0.0-beta10](https://packagist.org/packages/puli/repository#1.0.0-beta10) PHP >= 5.3.9 @@ -41,7 +41,7 @@ The following [`Resource`] implementations are currently supported: * [`DirectoryResource`] * [`LinkResource`] -Authors +Authors Name ------- * [Bernhard Schussek] a.k.a. [@webmozart] From ca9ac17f5e4b9704f6f20dfb4fea8532bee544e8 Mon Sep 17 00:00:00 2001 From: soni sahu Date: Wed, 10 May 2017 05:17:49 +0530 Subject: [PATCH 2/3] modify again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5608032..d11eac3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Latest release- [1.0.0-beta10](https://packagist.org/packages/puli/repository#1. PHP >= 5.3.9 The [Puli] Repository Component provides an API for storing arbitrary resources -in a filesystem-like repository: +in a filesystem-like repository:- ```php use Puli\Repository\InMemoryRepository; From 259d11be318b40d5361cf560af86212f85b0d592 Mon Sep 17 00:00:00 2001 From: soni sahu Date: Wed, 10 May 2017 05:37:04 +0530 Subject: [PATCH 3/3] modify once again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d11eac3..382dcbb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Authors Name Installation ------------ -Follow the [Getting Started] guide to install Puli in your project. +Follow the [Getting Started] guide to install Puli successfully in your project. Documentation -------------