fixed spelling mistakes

This commit is contained in:
2023-06-07 23:49:15 +01:00
parent 05c9f52e6d
commit d52aca3d14

View File

@@ -1,6 +1,6 @@
# Abstractions
The Abstractions package consists of blackboxed functions for P2PRC.
The Abstractions package consists of black-boxed functions for P2PRC.
## Functions
- ```Init(<Project name>)```: Initialises P2PRC with all the needed configurations.
- ```Init(<Project name>)```: Initializes P2PRC with all the needed configurations.
- ```Start()```: Starts p2prc as a server and makes it possible to extend by adding other routes and functionality to P2PRC.