Skip to content

Commit f6fecde

Browse files
committed
readme/gitignore
1 parent 4dda617 commit f6fecde

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/
2-
.vscode/
2+
*.log
3+
.vscode/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ to [last.fm](https://last.fm).
1010

1111
Compared to other tools rb-scrobbler has advantages such as:
1212

13-
1. Session key authentication via the desktop authentication stream
14-
2. Does not rely on outdated dependencies
15-
3. Cross platform, can be compiled for any OS and architecture supported by the Go compiler
16-
4. Single statically linked binary - no extra dependencies required
13+
* Session key authentication via the desktop authentication stream
14+
* Does not rely on outdated dependencies
15+
* Cross platform, can be compiled for any OS and architecture supported by the Go compiler
16+
* Single statically linked binary - no extra dependencies required
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)