Skip to content

Commit

Permalink
Add badges to readme (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Mar 14, 2023
1 parent edd6c30 commit c7bd1c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# IRB

[![Gem Version](https://badge.fury.io/rb/irb.svg)](https://badge.fury.io/rb/irb)
[![build](https://github.com/ruby/irb/actions/workflows/test.yml/badge.svg)](https://github.com/ruby/irb/actions/workflows/test.yml)

IRB stands for "interactive Ruby" and is a tool to interactively execute Ruby expressions read from the standard input.

The `irb` command from your shell will start the interpreter.
Expand Down

0 comments on commit c7bd1c1

Please sign in to comment.