From 4120561b25f9d3078b1c66b6491b090334ad60fd Mon Sep 17 00:00:00 2001 From: Sylvain Utard Date: Tue, 10 Mar 2026 17:48:13 +0100 Subject: [PATCH] Fix package name Forgot this one --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce7da23..f709ffd 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ Official Ruby SDK for Altertable Product Analytics. Add this line to your application's Gemfile: ```ruby -gem 'altertable-ruby' +gem 'altertable' ``` And then execute: - $ bundle install +```bash +$ bundle install +``` ## Usage