Skip to content

Commit 6dbc061

Browse files
committed
Merge pull request ochococo#21 from jas/master
Update playground generation installation instructions
2 parents 12d218c + abaf51e commit 6dbc061

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GENERATE.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Once:
77

88
```bash
99
brew install node
10-
npm install -g swift-playground-builder
10+
npm install -g playground
1111
```
1212

1313
every time:

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,6 @@ names
955955
Info
956956
====
957957

958-
🍺 Playground generated with: [Swift Playground Builder](https://github.com/jas/swift-playground-builder) by [@jasonsandmeyer](http://twitter.com/jasonsandmeyer)
958+
🍺 Playground generated with: [playground](https://github.com/jas/playground) by [@jasonsandmeyer](http://twitter.com/jasonsandmeyer)
959959

960960
🚀 How to generate playground (+zip) from this README: [GENERATE.markdown](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown)

generate-playground.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ playground ./README.markdown -p ios -s ./stylesheet.css && mv ./README.playgroun
55
# no playground?
66
#
77
# brew install node
8-
# npm install -g swift-playground-builder
8+
# npm install -g playground

0 commit comments

Comments
 (0)