Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jharmer95 authored Jan 17, 2020
1 parent d8ae36b commit de9ed71
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 @@ -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<T>()` and `rpc::DeSerialize<T>()` functions
4. Call `rpc::RunFromJSON()` from your code
4. Call `rpc::Run<T_Serial>()` from your code
- Does all of the parameter parsing for you

### Upcoming Features
Expand Down

0 comments on commit de9ed71

Please sign in to comment.