README.md in nocode-0.0.0 vs README.md in nocode-0.0.1

- old
+ new

@@ -1,11 +1,9 @@ # Nocode -## Execute Ruby code through YAML +#### Execute Ruby code through YAML -**Warning**: This library is currently experimental. - ---- - [![Ruby Gem CI](https://github.com/mattruggio/nocode/actions/workflows/rubygem.yml/badge.svg)](https://github.com/mattruggio/nocode/actions/workflows/rubygem.yml) + +**Warning**: This library is currently experimental. This is a proof of concept showing how a YAML interface could be draped over arbitrary Ruby code. The YAML contains a series of steps with each step mapping to a specific Ruby class. The Ruby classes just have one responsibility: to implement #perform.