Ver código fonte

Update README.md

Abhimanyu Sharma 11 anos atrás
pai
commit
910b5131a6
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -24,7 +24,7 @@ Library help to convert units.
 
 * Add below line to `composer.json `
 
-```json
+```php
 // ...
 "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.
 		
-```json
+```php
 // ...
 'Abhimanyusharma003\Conversion\ConversionServiceProvider',
  // ...