From d4a676c31d691531676770077395e50c0757d834 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Tue, 17 Sep 2024 15:25:00 -0400 Subject: [PATCH] Remove banner info because that belongs in the docs site. (#527) --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 2ad4f18ee..484a11bc2 100644 --- a/README.md +++ b/README.md @@ -147,13 +147,6 @@ GET http://localhost:4567/inferno/api/test_sessions/TEST_SESSION_ID/results ## Development in a Ruby console To get to an interactive console, run `bundle exec bin/inferno console` -## Customizable Banner -Inferno Core allows you to add your own customizable banner in each Test Kit. -To test this functionality while developing Inferno Core, edit the -`config/banner.html.erb` file. The -size and appearance of the banner can be controlled by using the inline style -attribute. - ## Documentation Inferno Core documentation has primarily moved to the [Inferno Framework documentation