MINOR: Fix directory name inconsistency in the Kafka Streams tutorial (#14541)

Reviewers: Bruno Cadonna <bruno@confluent.io>
This commit is contained in:
Matthias J. Sax 2023-10-13 09:28:39 -07:00 committed by GitHub
parent dc0f0db864
commit 364bc3c5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
-DarchetypeArtifactId=streams-quickstart-java \
-DarchetypeVersion={{fullDotVersion}} \
-DgroupId=streams.examples \
-DartifactId=streams.examples \
-DartifactId=streams-quickstart\
-Dversion=0.1 \
-Dpackage=myapps</code></pre>
<p>
@ -55,7 +55,7 @@
Assuming the above parameter values are used, this command will create a project structure that looks like this:
</p>
<pre class="line-numbers"><code class="language-bash">&gt; tree streams.examples
<pre class="line-numbers"><code class="language-bash">&gt; tree streams-quickstart
streams-quickstart
|-- pom.xml
|-- src