Skip to content

Commit

Permalink
remove wrong pre-release warning from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Oppermann committed Jul 10, 2016
1 parent e4dc8fd commit 626b3a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
[![Build Status](https://img.shields.io/coveralls/lukasoppermann/http-status.svg?style=flat-square)](https://coveralls.io/github/lukasoppermann/http-status)
[![Total Downloads](https://img.shields.io/packagist/dt/lukasoppermann/http-status.svg?style=flat-square)](https://packagist.org/packages/lukasoppermann/http-status)

**PRE-RELEASE:** This package is currently under development, any feature might be changed or removed until 1.0 is reached.

The Httpstatus package provides an easy and convinent way to retrieve the standard status text (english) for any given HTTP status code. You can also get the HTTP status code for any valid status text. Additionally this package provides all status codes as constants, to use for a better readability of your code (`HTTP_OK` is just much easier to understand than `200`).

## Install
Expand Down

0 comments on commit 626b3a2

Please sign in to comment.