Skip to content

Commit 73e1f7c

Browse files
authored
Fix badges rates limits (#179)
* Improve README badges for NPM and PyPI Updated badge links for NPM and PyPI downloads in README. * Update badge cache durations in README.md * Fix duplicate CI badge in README Removed duplicate CI badge from README. * Change logo image width from 80 to 50 Updated logo image width in README for better display. * Adjust logo size and reposition Ecosystem section Updated logo image width and moved Ecosystem section.
1 parent c91ceb9 commit 73e1f7c

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
<picture>
44
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark-mode.png" />
55
<source media="(prefers-color-scheme: light)" srcset="assets/logo-light-mode.png" />
6-
<img alt="Capsule" src="assets/logo-light-mode.png" width="80" />
6+
<img alt="Capsule" src="assets/logo-light-mode.png" width="70" valign="bottom" />
77
</picture>
88

99
# `Capsule`
1010

11-
[![CI](https://img.shields.io/github/actions/workflow/status/capsulerun/capsule/ci.yml?branch=main&label=CI)](https://github.com/capsulerun/capsule/actions/workflows/ci.yml) [![NPM Downloads](https://img.shields.io/npm/dm/@capsule-run%2Fcli?label=npm&color=orange)](https://www.npmjs.com/package/@capsule-run/cli) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/capsule-run?period=monthly&units=ABBREVIATION&left_color=grey&right_color=blue&right_text=ee&left_text=downloads/month(PyPI))](https://pypi.org/project/capsule-run)
12-
13-
11+
[![CI](https://img.shields.io/github/actions/workflow/status/capsulerun/capsule/ci.yml?branch=main&label=CI)](https://github.com/capsulerun/capsule/actions/workflows/ci.yml)
1412

1513
[Getting Started](#getting-started)[Documentation](#documentation)[Issues](https://github.com/capsulerun/capsule/issues/new)[Contributing](#contributing)
1614

@@ -69,13 +67,6 @@ When you run `capsule run main.py` (or `main.ts`), your code is compiled into a
6967

7068
Each task operates within its own sandbox with configurable resource limits, ensuring that failures are contained and don't cascade to other parts of your workflow. The host system controls every aspect of execution, from CPU allocation via Wasm fuel metering to memory constraints and timeout enforcement.
7169

72-
## Ecosystem
73-
74-
| Package | Description |
75-
|---------|-------------|
76-
| [`capsule`](https://github.com/capsulerun/capsule) | Core runtime (this repository) |
77-
| [`capsule-bash`](https://github.com/capsulerun/bash) | Sandboxed bash interface built from capsule |
78-
7970
## Getting Started
8071

8172
### Python
@@ -538,6 +529,13 @@ npm install && npm run build && npm link
538529
539530
Need help? [Open an issue](https://github.com/capsulerun/capsule/issues)
540531
532+
## Ecosystem
533+
534+
| Package | Description |
535+
|---------|-------------|
536+
| [`capsule`](https://github.com/capsulerun/capsule) | Core runtime (this repository) |
537+
| [`capsule-bash`](https://github.com/capsulerun/bash) | Sandboxed bash interface built from capsule |
538+
541539
## Credits
542540
543541
Capsule builds on these open source projects:

0 commit comments

Comments
 (0)