Browse Source

Update README.md

Abhimanyu Sharma 11 years ago
parent
commit
910b5131a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -24,7 +24,7 @@ Library help to convert units.
 
 
 * Add below line to `composer.json `
 * Add below line to `composer.json `
 
 
-```json
+```php
 // ...
 // ...
 "abhimanyusharma003/conversion": "dev-master"
 "abhimanyusharma003/conversion": "dev-master"
  // ...
  // ...
@@ -34,7 +34,7 @@ Library help to convert units.
 
 
 * Open `app/config/app.php` and add the service provider to your `providers` array.
 * Open `app/config/app.php` and add the service provider to your `providers` array.
 		
 		
-```json
+```php
 // ...
 // ...
 'Abhimanyusharma003\Conversion\ConversionServiceProvider',
 'Abhimanyusharma003\Conversion\ConversionServiceProvider',
  // ...
  // ...