Skip to content

Commit c7bd1c1

Browse files
authored
Add badges to readme (#544)
1 parent edd6c30 commit c7bd1c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# IRB
22

3+
[![Gem Version](https://badge.fury.io/rb/irb.svg)](https://badge.fury.io/rb/irb)
4+
[![build](https://github.com/ruby/irb/actions/workflows/test.yml/badge.svg)](https://github.com/ruby/irb/actions/workflows/test.yml)
5+
36
IRB stands for "interactive Ruby" and is a tool to interactively execute Ruby expressions read from the standard input.
47

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

0 commit comments

Comments
 (0)