Skip to content

Commit ec3570d

Browse files
author
Chris Park
committed
Version 1.0.1 - offset and array checks added
1 parent d9f7946 commit ec3570d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See the wiki for more information.
77
Installation
88
------------
99

10-
`composer require "rosette/api: ~1.0.0"`
10+
`composer require "rosette/api: ~1.0.1"`
1111

1212
Basic Usage
1313
-----------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosette/api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Rosette API PHP client SDK",
55
"license": "Apache",
66
"keywords": [

examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Each example, when run, prints its output to the console.
2020

2121
| File Name | What it does |
2222
| ------------- |------------- |
23-
| base64_input.php | Entities using base64 encoded string |
2423
| categories.php | Gets the category of a document at a URL |
2524
| entities.php | Gets the entities from a piece of text |
2625
| entities_linked.php | Gets the linked (to Wikipedia) entities from a piece of text |

0 commit comments

Comments
 (0)