# HG changeset patch # User Steve Losh # Date 1334067303 14400 # Node ID d9cb54f8b1736ba2fe8896cc1ad77628956ecb63 # Parent 3f3e2c21221ede01ec81b6e331b075d63fb57e58 clojure-postmark: Update site. diff -r 3f3e2c21221e -r d9cb54f8b173 clojure-postmark/index.html --- a/clojure-postmark/index.html Tue Apr 10 10:13:09 2012 -0400 +++ b/clojure-postmark/index.html Tue Apr 10 10:15:03 2012 -0400 @@ -20,23 +20,23 @@
  • Source (Git): http://github.com/sjl/clojure-postmark
  • Issues: http://github.com/sjl/clojure-postmark/issues
  • License: MIT/X11
  • -

    Table of Contents

    1. Installation
    2. Usage
    +

    Table of Contents

    diff -r 3f3e2c21221e -r d9cb54f8b173 clojure-postmark/installation/index.html --- a/clojure-postmark/installation/index.html Tue Apr 10 10:13:09 2012 -0400 +++ b/clojure-postmark/installation/index.html Tue Apr 10 10:15:03 2012 -0400 @@ -1,7 +1,7 @@ -Installation / clojure-postmark
    -

    clojure-postmark

    Installation

    +

    clojure-postmark

    To get started just slap this in your project.clj :dependencies:

    [postmark "1.1.0"]
     
    @@ -13,16 +13,16 @@ Documentation created with
    d.


    Rochester Made

    \ No newline at end of file diff -r 3f3e2c21221e -r d9cb54f8b173 clojure-postmark/usage/index.html --- a/clojure-postmark/usage/index.html Tue Apr 10 10:13:09 2012 -0400 +++ b/clojure-postmark/usage/index.html Tue Apr 10 10:15:03 2012 -0400 @@ -1,7 +1,7 @@ -Usage / clojure-postmark
    -

    clojure-postmark

    Usage

    +

    clojure-postmark

    First you need to load the postmark function:

    ; In an (ns)
     (:use [postmark.core :only (postmark)])
    @@ -58,16 +58,16 @@
     Documentation created with d.


    Rochester Made

    \ No newline at end of file