Skip to content

Commit

Permalink
change readme imgs to github links
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbaculi committed Aug 27, 2023
1 parent 358c718 commit 68064fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<img src="documentation/logo.png" alt="busca logo" width="200">
<img src="https://raw.githubusercontent.com/noahbaculi/busca/python_package/documentation/logo.png" alt="busca logo" width="200">

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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 68064fe

Please sign in to comment.