Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
urands committed Feb 25, 2017
1 parent 049e43d commit 1fabe36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FirePHP 1.1 ()
# FirePHP 1.1
Replacing the original FirePHP to the new based on ChromePhp

===========
Expand All @@ -13,8 +13,6 @@ This library allows you to log variables to console.

## Installation

[Instalation FirePHP](https://raw.githubusercontent.com/urands/urands.github.io/master/resource/test.gif)

### Instalation from composer (RECOMMENDED)
1. Add FirePHP package to your project using [composer](https://getcomposer.org/)

Expand All @@ -30,12 +28,12 @@ This library allows you to log variables to console.

### Instalation from source

1. Download [FirePhp sources](https://github.com)
1. Download [FirePhp sources](https://github.com/urands/)

2. Put fb.php somewhere in your PHP include path

```php
require_once fb.php
require_once 'fb.php'
```


Expand All @@ -44,7 +42,7 @@ This library allows you to log variables to console.
1. Put function 'fb' somewhere in your code

```php
require 'fb.php'
require_once 'fb.php'

FB::log('This FirePHP for Firefox 51+');
.....
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"keywords": ["log","logging","firephp","firefox"],
"homepage": "http://github.com/urands/firephp",
"license": "MIT",
"minimum-stability": "dev",
"version": "1.0.3",
"minimum-stability": "stable",
"version": "1.0.4",
"authors": [
{
"name": "Iurii Bell",
Expand Down

0 comments on commit 1fabe36

Please sign in to comment.