Skip to content

Commit 4b28a2c

Browse files
authored
Fix typo (#346)
1 parent 3f921ce commit 4b28a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ go get github.com/marcboeker/go-duckdb
1313

1414
### Windows
1515

16-
On windows, the correct version of gcc and the neccesary runtime libraries needs to be installed.
16+
On windows, the correct version of gcc and the necessary runtime libraries needs to be installed.
1717
One method to do this is using msys64. To begin, install msys64 using their installer. Once this is done, open a msys64 shell and run
1818

1919
```
2020
pacman -S mingw-w64-ucrt-x86_64-gcc
2121
```
2222

23-
select yes when neccesary, its ok if the shell closes. Then add gcc to the path using whatever method you prefer. In powershell this is `$env:PATH = "C:\msys64\ucrt64\bin:$env:PATH"`. Once this is done, you can compile this package on windows.
23+
select yes when necessary, its ok if the shell closes. Then add gcc to the path using whatever method you prefer. In powershell this is `$env:PATH = "C:\msys64\ucrt64\bin:$env:PATH"`. Once this is done, you can compile this package on windows.
2424

2525
## Usage
2626

0 commit comments

Comments
 (0)