Skip to content

Commit

Permalink
Merge pull request #3 from DenverCoder1/improve-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Oct 30, 2020
2 parents 2d77d1e + 8ad567f commit cfcb1ef
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 680 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,11 @@ Make sure your request is meaningful and you have tested the app locally before

### Running the app locally

Requirements: [Composer](https://getcomposer.org/), [PHP](https://www.youtube.com/watch?v=K-qXW9ymeYQ)
Requirements: [PHP](https://www.youtube.com/watch?v=K-qXW9ymeYQ)

```
$ git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
$ cd github-readme-streak-stats
$ composer install
$ php -S localhost:8000
```

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"require": {
"paquettg/php-html-parser": "3.1.0"
}
"require": {}
}
Loading

0 comments on commit cfcb1ef

Please sign in to comment.