diff --git a/README.md b/README.md index 05ab6191..d13e7690 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Table of Contents ----------------- * [Quick Start](#quick-start) - * [On Demand](#on-demand) * [Documentation](#documentation) * [Performance results](#performance-results) * [Real-world usage](#real-world-usage) @@ -186,4 +185,4 @@ For compilers that do not support [C++17](https://en.wikipedia.org/wiki/C%2B%2B1 For efficient number serialization, we bundle Florian Loitsch's implementation of the Grisu2 algorithm for binary to decimal floating-point numbers. The implementation was slightly modified by JSON for Modern C++ library. Both Florian Loitsch's implementation and JSON for Modern C++ are provided under the MIT license. -For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD. \ No newline at end of file +For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD.