From ec665a3e68544536f89827a296a2db850fb94e9b Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 01:37:20 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 104a505..c682069 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CramBit [![Open in Gitpod][gitpod-badge]][gitpod] [![Github Actions][gha-badge]][gha] [![Foundry][foundry-badge]][foundry] [![License: MIT][license-badge]][license] +# CramBit [![Open in Gitpod][gitpod-badge]][gitpod] [![Open in Codeanywhere][codeanywhere-badge]][codeanywhere] [![Github Actions][gha-badge]][gha] [![Foundry][foundry-badge]][foundry] [![License: MIT][license-badge]][license] [gitpod]: https://gitpod.io/#https://github.com/joejordan/CramBit [gitpod-badge]: https://img.shields.io/badge/Gitpod-Open%20in%20Gitpod-FFB45B?logo=gitpod @@ -8,6 +8,8 @@ [foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg [license]: https://opensource.org/licenses/MIT [license-badge]: https://img.shields.io/badge/License-MIT-blue.svg +[codeanywhere]: https://app.codeanywhere.com/#https://github.com/joejordan/CramBit +[codeanywhere-badge]: https://img.shields.io/badge/Codeanywhere-Open%20in%20Codeanywhere-1EAEDB?logo=codeanywhere ***A Solidity library designed to cram as many arbitrary values into as small a space as possible.***