Skip to content

Commit d94c348

Browse files
committed
Updated README
1 parent c3bb217 commit d94c348

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.com/librespot-org/librespot-java.svg?branch=master)](https://travis-ci.com/librespot-org/librespot-java)
33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/xyz.gianlu.librespot/librespot-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/xyz.gianlu.librespot/librespot-java)
44

5-
`librespot-java` is a port of [librespot](https://github.com/librespot-org/librespot), originally written in Rust. Additionally, this implementation provides an useful API to request metadata or control the player, more [here](https://github.com/librespot-org/librespot-java/blob/master/api).
5+
`librespot-java` is a port of [librespot](https://github.com/librespot-org/librespot), originally written in Rust, which as evolved into the most up-to-date open-source Spotify client. Additionally, this implementation provides an useful API to request metadata or control the player, more [here](https://github.com/librespot-org/librespot-java/blob/master/api).
66

77
## Features
88
This client is pretty much capable of playing anything that's available on Spotify.
@@ -14,7 +14,7 @@ Its main features are:
1414
- Gapless playback
1515

1616
## Get started
17-
All the configuration you need is inside the `conf.properties` file, there you can decide to authenticate with:
17+
All the configuration you need is inside the `config.toml` file, there you can decide to authenticate with:
1818
- Username and password
1919
- Zeroconf
2020
- Facebook
@@ -36,6 +36,6 @@ This is more advanced and should only be used if you saved an authentication blo
3636
You can download the latest release from [here](https://github.com/librespot-org/librespot-java/releases) and then run `java -jar ./librespot-core-jar-with-dependencies.jar` from the command line.
3737

3838
## Build it
39-
This project uses [Maven](https://maven.apache.org/), after installing it you can compile with `mvn clean package` in the project root, if the compilation succeeds you'll be pleased with a JAR executable in `core/target`. Remember that you need to clone the project with its submodules (`git clone --recursive https://github.com/librespot-org/librespot-java`).
39+
This project uses [Maven](https://maven.apache.org/), after installing it you can compile with `mvn clean package` in the project root, if the compilation succeeds you'll be pleased with a JAR executable in `core/target`.
4040

4141
To run the newly build jar run `java -jar ./core/target/librespot-core-jar-with-dependencies.jar`.

0 commit comments

Comments
 (0)