Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Nov 2, 2019
1 parent d20f79f commit 3077724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</p>

# Nuxed Filesystem
Nuxed Filesystem provides classes that interact with the local filesystem. Specialized classes can be used to read data, write data, alter permissions, rename files, copy, create, delete, move, traverse, and many more through an easy to use interface.

The Nuxed Filesystem component provides classes that interact with the local filesystem. Specialized classes can be used to read data, write data, alter permissions, rename files, copy, create, delete, move, traverse, and many more through an easy to use interface.

### Installation

Expand All @@ -25,7 +25,7 @@ $ composer require nuxed/filesystem
use namespace Nuxed\Filesystem;
<<__EntryPoint>>
async function main(): void {
async function main(): Awaitable<void> {
$file = new Filesystem\File('file.txt');
await $file->create(0755);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxed/filesystem",
"type": "library",
"description": "Nuxed Filesystem Library",
"description": "Nuxed Filesystem",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 3077724

Please sign in to comment.