diff --git a/docs/building.md b/docs/building.md index 4278322..4d94980 100644 --- a/docs/building.md +++ b/docs/building.md @@ -146,6 +146,7 @@ leaving } ``` +## Usage You can now run the program from the build location. For example ``` sudo ./bank admin 5 diff --git a/docs/connected_services/existing_services.md b/docs/connected_services/existing_services.md index c0c0305..f9414f9 100644 --- a/docs/connected_services/existing_services.md +++ b/docs/connected_services/existing_services.md @@ -7,7 +7,7 @@ | calls older endpoints | ⚠ | | calls newer endpoints | :x: | -Just because a service calls old endpoints, doesn't mean the service will not work under that version of CCash. As long as the `MIN_API_SUPPORT` is less than or equal to the required version's endpoints, then the connected service can call the old CCash endpoints. By default `MIN_API_SUPPORT` is 1 (complete backwards compatibility) making all ⚠ effectively :heavy_check_mark:. +Just because a service calls old endpoints, doesn't mean the service will not work under that version of CCash. As long as the `MIN_API_SUPPORT` is less than or equal to the required version's endpoints, then the connected service can call the old CCash endpoints. **By default `MIN_API_SUPPORT` is 1 (complete backwards compatibility) making all ⚠ effectively :heavy_check_mark:**. ## General | author | name | v1 | v2 | image | diff --git a/docs/connected_services/how_to/APIs.md b/docs/connected_services/how_to/APIs.md index 35a814f..2f453af 100644 --- a/docs/connected_services/how_to/APIs.md +++ b/docs/connected_services/how_to/APIs.md @@ -1,6 +1,6 @@ [PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md) -note: all CCash version's API are backwards compatible, so while a language's API may not support the newest CCash release it can still use the old endpoints. +note: all CCash version's API are backwards compatible, so while a language's API may not support the newest CCash endpoints it can still use the old endpoints. | author | language | | v1 endpoints | v2 endpoints | | :------------------------------------------- | :------: | ------------------------------------------------------------------- | :----------------: | :----------: | | [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_check_mark: | :x: | diff --git a/docs/features/user_side.md b/docs/features/user_side.md index eccc074..77c6867 100644 --- a/docs/features/user_side.md +++ b/docs/features/user_side.md @@ -7,7 +7,7 @@ Capable of processing hundreds of requests per second, with little slow down as user size grows to the millions. #### Lightweight -* Low memory usage at 8 Mb baseline, and 157 bytes per new log. +* Low memory usage at 8 MB baseline, and 157 bytes per new log. * Extremely low CPU usage in the single digits of %. * Small save files at typically a couple kb, easily shareable. ## Accessibility