Skip to content

Commit

Permalink
📝 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Aug 29, 2023
1 parent c8c47a4 commit 32fabc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Code Limit

Your Refactoring Alarm ⏰

![Logo](https://raw.githubusercontent.com/getcodelimit/codelimit/main/docs/codelimit-logo-96x96.png)
Your Refactoring Alarm 🔔

[![main](https://github.com/getcodelimit/codelimit/actions/workflows/main.yml/badge.svg)](https://github.com/getcodelimit/codelimit/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/getcodelimit/codelimit/branch/main/graph/badge.svg?token=ZQBEAJVC2Y)](https://codecov.io/gh/getcodelimit/codelimit)
Expand Down Expand Up @@ -79,7 +77,7 @@ Code Limit is available on
brew install codelimit
```

### Pipx
### Pipx install

To install the standalone version of Code Limit in an isolated Python
environment using [pipx](https://pypa.github.io/pipx) run:
Expand Down Expand Up @@ -125,7 +123,7 @@ To scan a complete codebase and launch the TUI, run:
codelimit scan path/to/codebase
```

![Screenshot](https://github.com/getcodelimit/codelimit/blob/main/docs/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/getcodelimit/codelimit/main/docs/screenshot.png)

## Checking files

Expand Down
Binary file removed docs/codelimit-logo-360x360.png
Binary file not shown.
Binary file removed docs/codelimit-logo-96x96.png
Binary file not shown.

0 comments on commit 32fabc6

Please sign in to comment.