diff --git a/README.md b/README.md index ac94c43..623738f 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,10 @@ import { } from 'react-table' ``` +# Examples + +- [Basic](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) + # Concepts ## React Table is a "headless" library @@ -842,10 +846,6 @@ export default function MyTable({ manualPageIndex }) { } ``` -# Examples - -- [Basic](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) -