Skip to content

Deailed description is better. #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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

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;
Expand Down Expand Up @@ -41,7 +41,7 @@ The following [`Resource`] implementations are currently supported:
* [`DirectoryResource`]
* [`LinkResource`]

Authors
Authors Name
-------

* [Bernhard Schussek] a.k.a. [@webmozart]
Expand All @@ -50,7 +50,7 @@ Authors
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
-------------
Expand Down