From 294af2fdbca374a8fd0dd9a34e70050224c59bf5 Mon Sep 17 00:00:00 2001 From: Oloruntobi1 Date: Thu, 3 Apr 2025 13:13:38 +0100 Subject: [PATCH] docs: improve formatting with backticks for terms needing highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 672a8668..8c29a3ca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SCIP (pronunciation: "skip") is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality -such as Go to definition, Find references, and Find implementations. +such as `Go to definition`, `Find references`, and `Find implementations`. This repository includes: @@ -11,7 +11,7 @@ This repository includes: - Rich Go and Rust bindings for SCIP: These include many utility functions to help build tooling on top of SCIP. - Auto-generated bindings for TypeScript and Haskell. -- The [`scip` CLI](./docs/CLI.md), which makes SCIP indexes +- The [scip CLI](./docs/CLI.md), which makes SCIP indexes a breeze to work with. If you're interested in better understanding the motivation behind SCIP,