diff --git a/README.md b/README.md index 973dcb6..d78d042 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Polynomial Interpolation -ANSI C program which composes polynomial of n - 1 degree for n dots. +ANSI C program which composes polynomial of n - 1 degree that passes through n dots.