diff --git a/src/components/ItemTable/ItemTable.md b/src/components/ItemTable/ItemTable.md
index 6e5544b..a98953a 100644
--- a/src/components/ItemTable/ItemTable.md
+++ b/src/components/ItemTable/ItemTable.md
@@ -1,6 +1,6 @@
The ItemTable is the primary view for webqueue2. It displays item metadata for items of selected queues and allows for filtering by field and opening an item by clicking. Items are passed in as a required parameter. It is to be used with the [ItemTableAppBar](/#/Components/ItemTableAppBar).
-It is based on [material-table](https://material-table.com/).
+It is based on [react-table](https://react-table.tanstack.com/).
```jsx
import React, { useState, useEffect } from "react";
@@ -17,9 +17,9 @@ useEffect(() => {
}, []);
-
+
```
```jsx static
-
+
```
\ No newline at end of file