From ccbb3c317a1fb9e8dd310576853b251dca78cccb Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Mar 2025 15:58:34 +0000 Subject: [PATCH] fix: remove periods from two list items in README.md This fixes issue #15464 by removing trailing periods from two list items in the Official integrations section to maintain consistency with the rest of the list, which doesn't use periods at the end of items. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0c939bee6..378f457f93 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,8 @@ We are always working on new integrations. Please feel free to open an issue and - [**Dev Container Builder**](https://github.com/coder/envbuilder): Build development environments using `devcontainer.json` on Docker, Kubernetes, and OpenShift - [**Module Registry**](https://registry.coder.com): Extend development environments with common use-cases - [**Kubernetes Log Stream**](https://github.com/coder/coder-logstream-kube): Stream Kubernetes Pod events to the Coder startup logs -- [**Self-Hosted VS Code Extension Marketplace**](https://github.com/coder/code-marketplace): A private extension marketplace that works in restricted or airgapped networks integrating with [code-server](https://github.com/coder/code-server). -- [**Setup Coder**](https://github.com/marketplace/actions/setup-coder): An action to setup coder CLI in GitHub workflows. +- [**Self-Hosted VS Code Extension Marketplace**](https://github.com/coder/code-marketplace): A private extension marketplace that works in restricted or airgapped networks integrating with [code-server](https://github.com/coder/code-server) +- [**Setup Coder**](https://github.com/marketplace/actions/setup-coder): An action to setup coder CLI in GitHub workflows ### Community