From 86262fe49a8fa67980f5a1628519fedf63dd05a7 Mon Sep 17 00:00:00 2001 From: Dave Sullivan Date: Tue, 24 Oct 2023 13:25:44 -0400 Subject: [PATCH] Update install instructions in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ff64d..4fcf04b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add this line to your application's Gemfile: ```ruby gem 'dry-typescript', git: "https://github.com/demsullivan/dry-typescript", - branch: "0.1.0-pre1" + branch: "0.1.0-pre2" ``` And then execute: