diff --git a/README.rst b/README.rst index 520b49c..5f4b224 100644 --- a/README.rst +++ b/README.rst @@ -139,7 +139,7 @@ case, a cylinder (which is what nut(...) uses): .. code-block:: OpenSCAD - specs = thread_specs("G2 1/2-ext"); + specs = thread_specs("G1/2-ext"); P = specs[0]; Rrot = specs[1]; Dsupport = specs[2]; section_profile = specs[3]; H = (5 + 1) * P;