From 4b85096c300d3ca1693c524e9219165d9e90f851 Mon Sep 17 00:00:00 2001 From: kurkiewiczd <167243378+kurkiewiczd@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:20:30 -0600 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf76e0..df86e2d 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ more examples and instructions for advanced usage, including: - Inheritance and R expressions - Using `config` on Posit Connect -## Do not attach the package using `libary(config)` +## Do not attach the package using `library(config)` We strongly recommend you use `config::get()` rather than attaching the package using `library(config)`.