Skip to content

Commit 618c6ec

Browse files
committed
README: fix outdated dependency version number, other minor changes
1 parent cde9b4e commit 618c6ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ downloading from [Adoptium](https://adoptium.net/).
5252

5353
### Building with Gradle
5454

55-
At the `xml-dtd` sources directory, run `gradlew build` to build:
55+
At the `xml-dtd` sources directory, run `./gradlew build` to build:
5656

5757
```shell
5858
git clone https://github.com/css4j/xml-dtd.git
@@ -65,7 +65,7 @@ cd xml-dtd
6565
### Deploying to a Maven repository
6666

6767
Use:
68-
- `./gradlew build publishToMavenLocal` to install in your local Maven repository.
68+
- `./gradlew publishToMavenLocal` to install in your local Maven repository.
6969
- `./gradlew publish` to deploy to a (generally remote) Maven repository.
7070

7171
Before deploying to a remote Maven repository, please read the
@@ -94,7 +94,7 @@ and optional library packages are the following:
9494
**It is optional at runtime.**
9595

9696
- The [tokenproducer](https://github.com/css4j/tokenproducer) library; version
97-
2.0.1 or higher is required.
97+
3.0 or higher is required.
9898

9999
**It is optional at runtime.**
100100

0 commit comments

Comments
 (0)