Skip to content

Commit

Permalink
feat: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
j0hnm4r5 committed Aug 8, 2022
1 parent 8287387 commit 4b78edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Hagen

![](https://github.com/j0hnm4r5/hagen/raw/master/assets/screenshot.png)
![](https://github.com/j0hnm4r5/hagen/raw/main/assets/screenshot.png)

A colorful logger for JS/TS in Node and modern Browsers. Named after Hagen, the colorful Lumberjack from [Synthie Forest](https://vimeo.com/90995716).
A colorful logger for JS/TS in Node and modern Browsers.

## Getting Started

Expand All @@ -20,7 +20,7 @@ The library is written in TypeScript, so types are available for autocomplete/In

#### Importing

`hagen` is exported as a CommonJS module. You can import it in your project like this:
`hagen` is exported as both a CommonJS and ESM module. You can import it in your project like this:

##### Node (TypeScript via `ts-node` or `tsc`)

Expand Down

0 comments on commit 4b78edb

Please sign in to comment.