Skip to content

Commit

Permalink
Update the URL of the images to use raw urls
Browse files Browse the repository at this point in the history
Some systems cannot display the non raw urls correctly.
  • Loading branch information
pablogsal committed Apr 12, 2022
1 parent 694d375 commit d191b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<img src="https://github.com/bloomberg/memray/blob/main/docs/_static/images/memray.png" align="right" height="150" width="130"/>
<img src="https://raw.githubusercontent.com/bloomberg/memray/main/docs/_static/images/memray.png" align="right" height="150" width="130"/>

# memray

[![Tests](https://github.com/bloomberg/memray/actions/workflows/build.yml/badge.svg)](https://github.com/bloomberg/memray/actions/workflows/build.yml)
[![Linux Wheels](https://github.com/bloomberg/memray/actions/workflows/build_wheels.yml/badge.svg)](https://github.com/bloomberg/memray/actions/workflows/build_wheels.yml)
![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)

<p align="center"><img src="https://github.com/bloomberg/memray/blob/main/docs/_static/images/output.png" alt="Memray output"></p>
<p align="center"><img src="https://raw.githubusercontent.com/bloomberg/memray/main/docs/_static/images/output.png" alt="Memray output"></p>

Memray is a memory profiler for Python. It can track memory allocations both in Python code and native extensions and
generate various reports to help analyze memory usage in libraries and applications. It can be used as a CLI tool or as
Expand Down

0 comments on commit d191b5d

Please sign in to comment.