aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b01cb8bbf3..715c60e9c2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Active Text
+# Action Text
πŸ€Έβ€β™‚οΈπŸ’°πŸ“
@@ -10,7 +10,7 @@ Assumes a Rails 5.2+ application with Active Storage and Webpacker installed.
```ruby
# Gemfile
- gem "activetext", github: "basecamp/activetext", require: "active_text"
+ gem "activetext", github: "basecamp/activetext", require: "action_text"
gem "mini_magick" # for Active Storage variants
```
@@ -32,7 +32,7 @@ Assumes a Rails 5.2+ application with Active Storage and Webpacker installed.
import "activetext"
```
-1. Declare text columns as Active Text attributes:
+1. Declare text columns as Action Text attributes:
```ruby
# app/models/message.rb