diff --git a/docs/README.md b/docs/README.md index 63f8727939..b179dbea5d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,10 +1,3 @@ -# Math formulas -## Area -- Circle: S = πR² -- Rectangle: S = ab -- Square: S = a² +# Geometric Library -## Perimeter -- Circle: P = 2πR -- Rectangle: P = 2a + 2b -- Square: P = 4a \ No newline at end of file +This library provides functions for calculating area and perimeter of geometric shapes.