diff --git a/README.md b/README.md
index e2f8a95..b01a7d8 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ const columns = [{
## Data
-Simply pass the `data` prop anything that resembles an array or object. Client-side filtering and pagination is built in, and your table will update gracefully as you change any props. [Server-side data](#server-side-data) is also supported!
+Simply pass the `data` prop anything that resembles an array or object. Client-side sorting and pagination are built in, and your table will update gracefully as you change any props. [Server-side data](#server-side-data) is also supported!
diff --git a/stories/ServerSide.js b/stories/ServerSide.js
index 5c4fd13..ad8df0b 100644
--- a/stories/ServerSide.js
+++ b/stories/ServerSide.js
@@ -111,7 +111,7 @@ function getCode () {
import ReactTable from 'react-table'
import Axios from 'axios'
-export default React.creatClass({
+export default React.createClass({
getInitialState () {
// To handle our data server-side, we need to keep track of our table state
return {