Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciejowski2006 committed Nov 9, 2022
1 parent b41e457 commit 47117f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void Main(string[] args)
Server sapi = new();

// Mount endpoints(routes)
sapi.MountIEndpoint(new Ping());
sapi.MountEndpoint(new Ping());


// Start SAPI
Expand Down

0 comments on commit 47117f2

Please sign in to comment.