diff --git a/README.md b/README.md
index c0d30cd..1403600 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Tsynamo
✨ Type-friendly DynamoDB query builder! ✨
@@ -14,7 +14,7 @@
-![](assets/demo.gif)
+![](https://github.com/woltsu/tsynamo/blob/5fb5bb349887f0b8f0c903cbba93feb2a4a1ae50/assets/demo.gif)
Tsynamo simplifies the DynamoDB API so that you don't have to write commands with raw expressions and hassle with the attribute names and values. Moreover, Tsynamo makes sure you use correct types in your DynamoDB expressions, and the queries are nicer to write with autocompletion!
diff --git a/package.json b/package.json
index bf2b6de..815009d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tsynamo",
"author": "woltsu",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "Typed query builder for DynamoDB",
"main": "dist/index.js",
"types": "dist/index.d.ts",