From c411fa528ab84c9e31d0c01a1e01f33657ce3409 Mon Sep 17 00:00:00 2001 From: "A. Halim" <92740851+aleng1@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:47:23 +0800 Subject: [PATCH] Remove repeated word --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9efbfa42e0..d9cc8503f3 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ The CI build is Linux based (Ubuntu) and most Pekko developers use Macs or Linux - `sbt testQuick` similar to test but when repeated in shell mode will only run failing tests - `sbt testQuickUntilPassed` similar to testQuick but will loop until tests pass. - `sbt package` will build the jars - - the jars will built into target dirs of the various modules - - for the the 'actor' module, the jar will be built to `actor/target/scala-2.13/` + - the jars will be built into target dirs of the various modules + - for the 'actor' module, the jar will be built to `actor/target/scala-2.13/` - `sbt publishLocal` will push the jars to your local Apache Ivy repository - `sbt publishM2` will push the jars to your local Apache Maven repository - `sbt docs/paradox` will build the docs (the ones describing the module features)