Skip to content

Commit

Permalink
chore: more documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baetheus committed Mar 14, 2024
1 parent 2c259c8 commit cafea40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit cafea40

Please sign in to comment.