Skip to content

Commit bfff108

Browse files
committed
update README
1 parent 7b74efd commit bfff108

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Transparent background is also supported.
4444
## 3. Requirements
4545

4646
- PHP 8.1 or later
47-
- Imagick PHP Extention
47+
- Imagick PHP Extension
4848
- Composer
4949

5050
## 4. Installation
@@ -153,7 +153,7 @@ And Setting Caption can be done as follows:
153153
- Details:
154154
- Set Limits: `limit(int|float $lower, int|float $upper)`
155155
- Set Grid Pitch: `gridHeightPitch(int|float $pitch)`
156-
- Set Virtical Grid Visibility:
156+
- Set Vertical Grid Visibility:
157157
- `gridVerticalOn()`
158158
- `gridVerticalOff()`
159159
- Set Labels: `labels(string[] $labels)`
@@ -347,7 +347,7 @@ First, prepare a Neon file like this:
347347

348348
legend: true
349349
legendBackgroundColor: '#666666'
350-
#legends: [ 'Jhon', 'Jake', 'Hugo', ]
350+
#legends: [ 'John', 'Jake', 'Hugo', ]
351351
legendWidth: 100
352352
legendFontSize: 10
353353

@@ -381,7 +381,7 @@ Second, Code PHP like this:
381381

382382
Then, run the PHP Code.
383383

384-
- Result: [examples/img/AdjustDisplyaByNeon.png](examples/img/AdjustDisplayByNeon.png)
384+
- Result: [examples/img/AdjustDisplayByNeon.png](examples/img/AdjustDisplayByNeon.png)
385385

386386
<img src="examples/img/AdjustDisplayByNeon.png" width="500" />
387387

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macocci7/php-boxplot",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "it's easy to use for creating boxplots.",
55
"type": "library",
66
"require": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/AdjustDisplayByNeon.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ caption: 'Adjusting the Display By Neon File'
7979

8080
legend: true
8181
legendBackgroundColor: '#666666'
82-
#legends: [ 'Jhon', 'Jake', 'Hugo', ]
82+
#legends: [ 'John', 'Jake', 'Hugo', ]
8383
legendWidth: 100
8484
legendFontSize: 10
8585

0 commit comments

Comments
 (0)