Skip to content

Commit 00cd87a

Browse files
committed
Update documentation
1 parent bc844e0 commit 00cd87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ But wiki2book has exactly this functionality called "projects" as described belo
2828
# Installation
2929

3030
* Arch Linux: AUR package [`wiki2book`](https://aur.archlinux.org/packages/wiki2book).
31-
* Default style and configs can be found in ` /usr/share/wiki2book`.
31+
* Default style and configs can be found in `/usr/share/wiki2book`.
3232
* Others: See the [current releases](https://github.com/hauke96/wiki2book/releases) or [build instructions](./src#build-project).
3333

3434
# Usage

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I use `golangci-lint` since it combines multiple linters.
2525
2. Use it `golangci-lint run`
2626

2727
As you may see, the logs are spammed with error messages.
28-
Not all of them are relevant, but they give you a hint on what could be improved.
28+
Not all of them are relevant, some are false-positives, some do not relate to this project but to dependencies, but in general, the messages give you a hint on what could be improved.
2929

3030
The configuration `.golangci-lint` contains the list of used linters and some additional configuration of them.
3131

0 commit comments

Comments
 (0)