From cafea40b6de9cf33d9caac0ba621d040e6ca678f Mon Sep 17 00:00:00 2001 From: Brandon Blaylock Date: Wed, 13 Mar 2024 19:46:09 -0700 Subject: [PATCH] chore: more documentation changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 653607d..4da5e7a 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ Some non-goals of functional are: ## Usage This library is a collection of smaller tools. This means that each one should -be imported separately. There is no barrel export, instead once should pull in +be imported separately. There is no barrel export, instead one should pull in the modules they need individually. Following is an example importing from jsr -withing deno. +using the deno runtime. ```ts import * as A from "jsr:@baetheus/fun/array";