diff --git a/README.md b/README.md index 9cb45c6f..46306682 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A simple header-only library for supporting remote procedure calls using a varie 1. `#include rpc.hpp` 2. Implement the `rpc::dispatch` function 3. Add `Serialize()` and `DeSerialize()` functions to your classes or provide template specializations for the `rpc::Serialize()` and `rpc::DeSerialize()` functions - 4. Call `rpc::RunFromJSON()` from your code + 4. Call `rpc::Run()` from your code - Does all of the parameter parsing for you ### Upcoming Features