README.md in rbs-3.5.0.pre.2 vs README.md in rbs-3.5.0

- old
+ new

@@ -67,11 +67,11 @@ ## CLI The gem ships with the `rbs` command line tool to demonstrate what it can do and help develop RBS. -```bash +```console $ rbs version $ rbs list $ rbs ancestors ::Object $ rbs methods ::Object $ rbs method Object then @@ -96,11 +96,11 @@ end ``` Running prototype on the above will automatically generate -``` +```console $ rbs prototype rb person.rb class Person @name: untyped @contacts: untyped @@ -188,9 +188,10 @@ Here is a list of some places you can talk with active maintainers. - [Ruby Discord Server (invite link)](https://discord.gg/ad2acQFtkh) -- We have `rbs` channel in Ruby Discord server. - [ruby-jp Slack Workspace (in Japanese)](https://ruby-jp.github.io/) -- We have `types` channel in ruby-jp slack workspace. +- [gem_rbs_collection](https://github.com/ruby/gem_rbs_collection) -- We have a repository of third-party RBS type definitions, for the case your dependency doesn't ship with RBS files. ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.