diff --git a/README.md b/README.md index 704bfac..9df1c8e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ std::list result = dp3d.getLine(); Note that ```p2d``` and ```p3d``` are just ```tuple``` and ```tuple``` respectively. -## Using Costum Datatype: +## Using Custom Datatype: If you have your own 2D class/struct, with ```getX``` and ```getY``` method is defined then: ```cpp #include