Skip to content

Commit

Permalink
Update the description
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Jun 28, 2018
1 parent 0338330 commit 4ccb755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![NPM Version](https://img.shields.io/npm/v/@nesk/puphpeteer.svg?style=flat-square&label=NPM)](https://www.npmjs.com/package/@nesk/puphpeteer)
[![Build Status](https://img.shields.io/travis/nesk/puphpeteer.svg?style=flat-square&label=Build%20Status)](https://travis-ci.org/nesk/puphpeteer)

A [Puppeteer](https://github.com/GoogleChrome/puppeteer/) bridge for PHP, supporting the full API. Based on [Rialto](https://github.com/nesk/rialto/), a package to manage Node resources from PHP.
A [Puppeteer](https://github.com/GoogleChrome/puppeteer/) bridge for PHP, supporting the entire API. Based on [Rialto](https://github.com/nesk/rialto/), a package to manage Node resources from PHP.

Here are some examples [borrowed from Puppeteer's documentation](https://github.com/GoogleChrome/puppeteer/blob/master/README.md#usage) and adapted to PHP's syntax:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nesk/puphpeteer",
"description": "A Puppeteer bridge for PHP, supporting the full API.",
"description": "A Puppeteer bridge for PHP, supporting the entire API.",
"keywords": [
"php",
"puppeteer",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nesk/puphpeteer",
"version": "1.1.0",
"description": "A Puppeteer bridge for PHP, supporting the full API.",
"description": "A Puppeteer bridge for PHP, supporting the entire API.",
"keywords": [
"php",
"puppeteer",
Expand Down

0 comments on commit 4ccb755

Please sign in to comment.