Skip to content

Commit

Permalink
doc: clarify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsnmrk committed Jan 21, 2025
1 parent 2b99945 commit a7ad609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Opinionated, simple logging interface and implementations for C#. Forms the basi
<img alt="Chickensoft.Log" src="Chickensoft.Log/icon.png" width="200">
</p>

## ⌨️ Getting Started
## 🥚 Getting Started

> [!TIP]
> For logging in Godot, see [Chickensoft.Log.Godot][log-godot].
Expand All @@ -21,7 +21,7 @@ Install the latest version of the [Chickensoft.Log] package from nuget:
<PackageReference Include="Chickensoft.Log" Version=... />
```

## 📜 Logging
## 📜 Usage

### Setup

Expand All @@ -33,7 +33,7 @@ public class MyClass
}
```

### Output
### Logging

```csharp
public void MyMethod()
Expand Down

0 comments on commit a7ad609

Please sign in to comment.