diff --git a/Documentation/User Guide/Package Reference/index.md b/Documentation/User Guide/Package Reference/index.md index d02d322..09fdbec 100644 --- a/Documentation/User Guide/Package Reference/index.md +++ b/Documentation/User Guide/Package Reference/index.md @@ -1,4 +1,4 @@ -# Packaeg Reference +# Package Reference ## About ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. @@ -59,4 +59,4 @@ There is, however, [an example package](https://github.com/warriordog/ActivityPu ### Design Goals * Minimal dependencies - software supply chain risks are an underappreciated threat. ActivityPubSharp keeps minimal dependencies to reduce the supply chain footprint. * Modern .NET - ActivityPubSharp has set .NET 7 as the minimum supported version. This unfortunately excludes some projects, but is critical for System.Text.Json support. -* Ergonomic and Conventional APIs - mid/high level APIs should feel and function like typical .NET APIs. An important goal (and difficult challenge) of this project is abstracting ActivityPub's dynamic nature to better fit with C#'s strongly-typed model. \ No newline at end of file +* Ergonomic and Conventional APIs - mid/high level APIs should feel and function like typical .NET APIs. An important goal (and difficult challenge) of this project is abstracting ActivityPub's dynamic nature to better fit with C#'s strongly-typed model.