diff --git a/README.md b/README.md index 78dbd83..28651dd 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,4 @@ Ultimately, the hope for this library is that the programmer can just _write the ## Design -`testtable` is a very small package intended to make it easier to quickly produce and write tests that can be easily refactored. It doesn't provide functionality - it's intended to be built upon by implementing the `testtable.Run` function. - -## Use-cases - -Test multiple endpoints of a mock service without defining several test structures -Quickly write unit tests \ No newline at end of file +`testtable` is a very small package intended to make it easier to quickly produce and write tests that can be easily refactored. It doesn't provide functionality - it's intended to be built upon by implementing the `testtable.Run` function. \ No newline at end of file