diff --git a/README.md b/README.md index c864b7d71..288ef65a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RBS -RBS is a language to describe the structure of Ruby programs. +RBS (*R*u*B*y *S*ignature) is a language to describe the structure of Ruby programs. You can write down the definition of a class or module: methods defined in the class, instance variables and their types, and inheritance/mix-in relations. It also allows declaring constants and global variables.