diff --git a/projects/convert-roman-numerals-with-python/convert-roman-numerals-with-python.mdx b/projects/convert-roman-numerals-with-python/convert-roman-numerals-with-python.mdx index c14a6420..561c45e3 100644 --- a/projects/convert-roman-numerals-with-python/convert-roman-numerals-with-python.mdx +++ b/projects/convert-roman-numerals-with-python/convert-roman-numerals-with-python.mdx @@ -39,7 +39,7 @@ tags: ## Introduction -[Roman numerals](https://en.wikipedia.org/wiki/Roman_numerals) originated, as the name suggest, in ancient Rome more than 2,800 years ago. After the Romans’ eventual demise, numerals were still widely used during the Middle Ages. Even today, Roman numerals are prevalent in our everyday lives, showing up in clocks, movie titles, and more! +[Roman numerals](https://en.wikipedia.org/wiki/Roman_numerals) originated, as the name suggests, in ancient Rome more than 2,800 years ago. After the Romans’ eventual demise, numerals were still widely used during the Middle Ages. Even today, Roman numerals are prevalent in our everyday lives, showing up in clocks, movie titles, and more! Instead of numbers like 1 and 2, Roman numerals use letters (predominantly "I" and "V").