Skip to content

Commit

Permalink
Merge pull request #64 from reedy/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mck89 authored Dec 20, 2023
2 parents 982271d + bac4a53 commit cb8ccfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Peast
Installation
-------------
Include the following requirement to your composer.json:
```
```json
{
"require": {
"mck89/peast": "dev-master"
Expand All @@ -27,8 +27,8 @@ Then in your script include the autoloader and you can start using Peast:
```php
require_once "vendor/autoload.php";

$source = "var a = 1"; //Your JavaScript code
$ast = Peast\Peast::latest($source, $options)->parse(); //Parse it!
$source = "var a = 1"; // Your JavaScript code
$ast = Peast\Peast::latest($source, $options)->parse(); // Parse it!
```

Known issues
Expand Down

0 comments on commit cb8ccfe

Please sign in to comment.