From 662eff429f45ed3130ff5620f89e752afbe25731 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Tue, 8 Oct 2024 22:46:12 -0700 Subject: [PATCH] Apply suggestions from code review --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a0f316f..5f76cc2ed 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This extension adds language support for [Lingua Franca (LF)](https://www.lf-lan * user-triggered build (Ctrl + Shift + P, then `Lingua Franca: Build`) * user-triggered build and run (Ctrl + Shift + P, then `Lingua Franca: Build and Run`) * Lingua Franca Package Explorer (click on the LF icon in the Activity Bar on the left), which features two distinct tree-view sections: - * **Local Libraries:** This section showcases a catalog of Local Libraries, which are libraries personally defined by the programmer. - * **Lingo Libraries:** Here, you'll find a catalog of all libraries downloaded in the personal workspace using the Lingo package manager. + * **Local Libraries:** Unpublished libraries found in the local filesystem under `./src/lib`; + * **Lingo Libraries:** Published libraries downloaded into the workspace using the Lingo package manager. ## Quick Start 1. Install this plugin from the [VSCode