Skip to content

Commit 2ff1b2e

Browse files
committed
Merge pull request #16 from drewblas/patch-1
Fix typo in CONTRIBUTING instructions
2 parents 67e8b0f + 1871ac9 commit 2ff1b2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Then just go ahead, fork the repo & issue a pull request. You're on your way to
1414

1515
You'll need to set up a test account with Stripe for local development until this dependency is refactored out of development/test.
1616

17-
## GitHub configuration
17+
## Github configuration
1818

19-
You will need a GitHub application configured for local development until this dependency is refactored out of development/test.
19+
You will need a Github application configured for local development until this dependency is refactored out of development/test.
2020

2121
https://github.com/settings/applications/new
2222

@@ -45,7 +45,7 @@ __If you're an experienced Vagrant user then you can fetch the base box and regi
4545

4646
There's only a VirtualBox basebox right now.
4747

48-
vagrant box add coderwall http://cdn.coderwall.com/vagrant/coderwall.box
48+
vagrant box add coderwall http://cdn.coderwall.com/vagrant/coderwall.box
4949

5050
#### Vagrant? VirtualBox? Let's take this one step at a time.
5151

@@ -114,7 +114,7 @@ There's only a VirtualBox basebox right now.
114114
Now that you're SSH'ed into the Vagrant VM it's time to run the app.
115115

116116
# we're still SSH'ed into Vbox
117-
cd ~/assemblymade
117+
cd ~/web
118118
rvm current # should be ruby-2.1.0@coderwall
119119
bundle check # should be a response that everything's good
120120
bundle exec rails server
@@ -146,7 +146,7 @@ There's only a VirtualBox basebox right now.
146146
cd ~/assemblymade/coderwall
147147
echo Hello, `whoami` from `hostname` >> HELLO.txt
148148
vagrant ssh
149-
cd ~/assemblymade
149+
cd ~/web
150150
cat HELLO.txt #whoa.
151151
echo Hello, `whoami` from `hostname` >> HELLO.txt
152152
exit

0 commit comments

Comments
 (0)