Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/naomai/php-layers
Browse files Browse the repository at this point in the history
  • Loading branch information
naomai committed Jul 30, 2024
2 parents 0eff62d + 8cf9ac2 commit fe6171d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It adds powerful layering functionality known from image editors, while staying
- PHP 8.0+
- GD2 extension
- Stacking of images, with transparency
- Importing and exporting images - supports classic and modern formats (PNG, JPEG, WebP, AVIF).
- Importing and exporting images - supports classic and modern formats (PNG, JPEG, WebP, AVIF)
- Convinience functions for drawing
- Rich text

Expand All @@ -17,7 +17,7 @@ It adds powerful layering functionality known from image editors, while staying
- [Documentation](docs/Documentation.md)

## Example
Here is a code adding watermark to an image:
Here is a code for adding watermark to an image:

```php
use Naomai\PHPLayers\Image;
Expand Down
4 changes: 2 additions & 2 deletions docs/Documentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation
For readability, every class under PHPLayers namespace is referred using only its name.
This is equivalent to placing `use Naomai\PHPLayers;` in the code.
For readability, every class under PHPLayers namespace is referred using only its short name.
This is equivalent to placing `namespace Naomai\PHPLayers;` in the code.

For example:

Expand Down

0 comments on commit fe6171d

Please sign in to comment.