Skip to content

Commit e7c4ce1

Browse files
committed
Fix typo in README.md installation command
1 parent e3d7eaf commit e7c4ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package is registered to the Julia general registry and can be installed by
1313

1414
```julia
1515
import Pkg
16-
Pkg.add("PhotometricFilters"")
16+
Pkg.add("PhotometricFilters")
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)