Skip to content

Commit

Permalink
Merge PR #171: Fix typo in documentation
Browse files Browse the repository at this point in the history
Rectify typing mishap (Packaeg)
  • Loading branch information
Raithlin authored Jan 8, 2024
1 parent a439c2b commit 485ff03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/User Guide/Package Reference/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
* 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.

0 comments on commit 485ff03

Please sign in to comment.