diff --git a/README.md b/README.md index de636ab6..f4554a43 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ if let Ok(result) = engine.eval("var x = new_ts(); x.update(); x".to_string()).u } ``` -# Example: working with custom types and members +# Example: Working with custom types and members Similarly, you can work with members of your custom types. This works by registering a 'get' or a 'set' function for working with your struct.