Skip to content

Commit

Permalink
πŸ“„ Provide usage examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRodler committed May 5, 2024
1 parent a96a22c commit ef5855c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Dark.IO (Library)
![Library](https://github.com/MarkusRodler/Dark.IO/workflows/.NET/badge.svg)

## How to use

### Async Delete
```csharp
public static Task Delete(string path)
```

### Async WriteAllText (Creates all missing directories)
```csharp
public static Task File.WriteAllText(string path, string? contents, CancellationToken cancellationToken = default)
```

0 comments on commit ef5855c

Please sign in to comment.