add documentation link

This commit is contained in:
Ruidy 2022-03-23 10:58:44 -04:00
parent d19fa7b8c9
commit 235b36b7f6
3 changed files with 3 additions and 2 deletions

View file

@ -11,4 +11,3 @@ COPY go.* ./
RUN go mod download
COPY . ./

View file

@ -12,6 +12,8 @@ It is mostly a port from the `underscore.js` library based on generics brought b
## Usage
📚 Follow this link for the [documentation](https://underscore.onrender.com/).
Install the library using
```shell

View file

@ -1,4 +1,4 @@
baseURL = "http://localhost"
baseURL = "https://underscore.onrender.com/"
title = "underscore"
theme = "hugo-geekdoc"