diff --git a/README.ipynb b/README.ipynb index 76e2467d..2cf77d57 100644 --- a/README.ipynb +++ b/README.ipynb @@ -37,7 +37,7 @@ "source": [ "### Motivation\n", "\n", - "All the existing implementation of the most famous model are writting with very bad cod practice, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code. \n", + "All the existing implementation of the most famous model are written with very bad coding practices, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code. \n", "\n", "Most of them are missing a global structure, they used tons of code repetition, they are not easily customizable and not tested. Since I do computer vision for living, so I needed a way to make my life easier." ] diff --git a/README.md b/README.md index c6809ebe..f533846b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pip install git+https://github.com/FrancescoSaverioZuppichini/glasses ### Motivation -All the existing implementation of the most famous model are writting with very bad cod practice, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code. +All the existing implementation of the most famous model are written with very bad coding practices, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code. Most of them are missing a global structure, they used tons of code repetition, they are not easily customizable and not tested. Since I do computer vision for living, so I needed a way to make my life easier.