From 811cd015c243a97d81da7588a2d72aefb866a4bd Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Sun, 21 Jul 2019 15:41:21 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -