updated Readme
This commit is contained in:
parent
155f58500e
commit
7eafdcab0e
11
README.md
11
README.md
@ -2,10 +2,13 @@
|
||||
|
||||
[](https://travis-ci.com/actmd/walter)
|
||||
|
||||
_Product tours like a badass._
|
||||
|
||||

|
||||
|
||||
<p align="center">
|
||||
<i>Product tours like a badass.</i>
|
||||
<br/>
|
||||
<img src="https://img.icons8.com/doodle/240/000000/walter-white.png"/>
|
||||
<br/>
|
||||
<a href="https://icons8.com/icon/5iWNvQRbAKx9/walter-white">Walter White icon by Icons8</a>
|
||||
</p>
|
||||
Walter makes it easy to show guided tours to users of your Rails application. When Walter shows a tour, it keeps track of whether the user has completed it (so it doesn't get shown again) or dismissed it for later (so it reappears in a future user session).
|
||||
|
||||
* Define tour content with simple YAML files, in any/many languages.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Walter
|
||||
VERSION = "2.0"
|
||||
VERSION = "2.5"
|
||||
end
|
||||
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
||||
s.name = "walter"
|
||||
s.version = Walter::VERSION
|
||||
s.authors = ["Mike Sutton"]
|
||||
s.email = ["team@wizewerx.com"]
|
||||
s.email = ["tech@wizewerx.com"]
|
||||
s.summary = "Application tours for Rails"
|
||||
s.description = "Application tours for Rails"
|
||||
s.license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user