Skip to content

Commit 84b5aa3

Browse files
committed
typo
1 parent f20c307 commit 84b5aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && \
77
rustup target add x86_64-unknown-linux-musl
88

99
WORKDIR /usr/src/bypass
10-
COPY Cargo.toml Cargo.lock ./
10+
COPY Cargo.toml ./
1111
COPY src ./src
1212

1313
# Build for the MUSL target (static binary)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nuxt UI Pro Bypass V2
22

33
> [!WARNING]
4-
> TThis script is intended only for demonstrating the problem and should not be used in production.
4+
> This script is intended only for demonstrating the problem and should not be used in production.
55
66
> [!CAUTION]
77
> Never use this in production — it may be illegal. :)

0 commit comments

Comments
 (0)