From 0a7327ad5e805918ceb8aee2f1fac747a261a393 Mon Sep 17 00:00:00 2001 From: Bryan Date: Mon, 14 Mar 2022 21:51:44 -0700 Subject: [PATCH] docs: Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 762c8464deb89..c7d7aad497f5a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains source code for Coder V2. Additional documentation: ## Directory Structure - `.github/`: Settings for [Dependabot for updating dependencies](https://docs.github.com/en/code-security/supply-chain-security/customizing-dependency-updates) and [build/deploy pipelines with GitHub Actions](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions). - - [`semantic.yaml`](./github/semantic.yaml): Configuration for [semantic pull requests](https://github.com/apps/semantic-pull-requests)\ + - [`semantic.yaml`](./github/semantic.yaml): Configuration for [semantic pull requests](https://github.com/apps/semantic-pull-requests) - `examples`: Example terraform project templates. - `site`: Front-end UI code.