Skip to content

Commit 0012176

Browse files
committed
fix trailing newline in example
1 parent 8a8da0a commit 0012176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Option A. Install with package manager
5353
zig fetch --save https://github.com/silbinarywolf/zig-android-sdk/archive/REPLACE_WITH_WANTED_COMMIT.tar.gz"
5454
```
5555
56-
Option B. Copy-paste the dependency into your project directly. This is recommended if you want to easily hack on it or tweak it.
56+
Option B. Copy-paste the dependency into your project directly and put in a `third-party` folder. This is recommended if you want to easily hack on it or tweak it.
5757
```zig
5858
.{
5959
.name = .yourzigproject,
@@ -63,7 +63,6 @@ Option B. Copy-paste the dependency into your project directly. This is recommen
6363
},
6464
},
6565
}
66-
6766
```
6867
6968
## Examples

0 commit comments

Comments
 (0)