diff --git a/Cargo.toml b/Cargo.toml
index df2f808..7a31b82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "busca"
-version = "2.1.2"
+version = "2.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
index b261284..bff3c14 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
[![Build](https://github.com/noahbaculi/busca/actions/workflows/rust.yml/badge.svg?branch=main&event=push)](https://github.com/noahbaculi/busca/actions/workflows/rust.yml)
[![PyPI version](https://badge.fury.io/py/busca-py.svg)](https://badge.fury.io/py/busca-py)
-
+
CLI and library to search for files with content that most closely match the lines of a reference string.
-![Busca Demo](documentation/Demo_Recording.gif)
+![Busca Demo](https://raw.githubusercontent.com/noahbaculi/busca/python_package/documentation/Demo_Recording.gif)
## Table of Contents
@@ -82,7 +82,7 @@ new_file_match = busca.FileMatch("file/path", 1.0, "file\ncontent")
busca -h
```
-Output for v2.1.2
+Output for v2.1.3
```text
Simple utility to search for files with content that most closely match the lines of a reference string