Skip to content

Instantly share code, notes, and snippets.

@ctdean
Created August 25, 2011 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctdean/1171643 to your computer and use it in GitHub Desktop.
Save ctdean/1171643 to your computer and use it in GitHub Desktop.
Doc patch for doc/first_steps.org
diff --git a/doc/first_steps.org b/doc/first_steps.org
index c95c977..f5dcd60 100644
--- a/doc/first_steps.org
+++ b/doc/first_steps.org
@@ -76,9 +76,9 @@ the =:services= key. You will need to create this file.
#+begin_src clojure
(defpallet
- :serivces
+ :services
{:gogrid {:provider "gogrid" :identity "key" :credential "secret-key"}
- :aws {:provider "ec2-aws" :identity "key" :credential "secret-key"}
+ :aws {:provider "aws-ec2" :identity "key" :credential "secret-key"}
:rs {:provider "cloudservers-us" :identity "user" :credential "key"}})
#+end_src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment