Skip to content

Commit

Permalink
Fix typo, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Dec 22, 2019
1 parent 2ee43aa commit 4ee76c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ OPTIONS:
## Example

```
~ spm-playground -u https://github.com/johnsundell/Plot.git
ℹ️ inferred library name 'Plot' from url 'https://github.com/johnsundell/Plot.git'
~ spm-playground -u https://github.com/johnsundell/plot
🔧 resolving package dependencies
📔 libraries found: Plot
✅ created project in folder 'SPM-Playground'
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/spm-playground/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ extension SPMPlaygroundCommand: Command {
}

do {
print("🔧 resolving packager dependencies")
print("🔧 resolving package dependencies")
try shellOut(to: ShellOutCommand(string: "swift package resolve"), at: projectPath())
}

Expand Down

0 comments on commit 4ee76c9

Please sign in to comment.