From abd95ca7fe6db6a5f41b85c0884bd0222f5b28c0 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Thu, 18 Jan 2024 20:02:45 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c7472a12..95c7e54b4 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ more detailed information on running unit tests. ### Dev Container CLI With [Docker](https://www.docker.com) and [npm](https://github.com/npm/cli) installed, you can run [Dev Container CLI](https://github.com/devcontainers/cli) to -utilize the [`.devcontainer`](https://github.com/rails/rails/tree/main/.devcontainer) configuration from the command line. +utilize the [`.devcontainer`](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main/.devcontainer) configuration from the command line. ```bash $ npm install -g @devcontainers/cli