Skip to content

Fix typo in CONTRIBUTING instructions #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Then just go ahead, fork the repo & issue a pull request. You're on your way to

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

## GitHub configuration
## Github configuration

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

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

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

There's only a VirtualBox basebox right now.

vagrant box add coderwall http://cdn.coderwall.com/vagrant/coderwall.box
vagrant box add coderwall http://cdn.coderwall.com/vagrant/coderwall.box

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

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

# we're still SSH'ed into Vbox
cd ~/assemblymade
cd ~/web
rvm current # should be ruby-2.1.0@coderwall
bundle check # should be a response that everything's good
bundle exec rails server
Expand Down Expand Up @@ -146,7 +146,7 @@ There's only a VirtualBox basebox right now.
cd ~/assemblymade/coderwall
echo Hello, `whoami` from `hostname` >> HELLO.txt
vagrant ssh
cd ~/assemblymade
cd ~/web
cat HELLO.txt #whoa.
echo Hello, `whoami` from `hostname` >> HELLO.txt
exit
Expand Down