Skip to content

Commit

Permalink
minimal doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
csummers committed May 27, 2018
1 parent ff9420a commit d0a0c79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -124,6 +124,6 @@ Full documentation is at [hugsql.org](http://www.hugsql.org)

## License

Copyright © 2016 [Layerware, Inc.](http://www.layerware.com)
Copyright © 2018 [Layerware, Inc.](http://www.layerware.com)

Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
2 changes: 1 addition & 1 deletion docs/hugsql.org/_includes/footer.html
Expand Up @@ -3,7 +3,7 @@
<div class="row xtra-top">
<div class="col-lg-12 well text-right">

<p>Copyright © 2016 <a href="http://www.layerware.com">Layerware, Inc.</a></p>
<p>Copyright © 2018 <a href="http://www.layerware.com">Layerware, Inc.</a></p>
</div>

</div>
Expand Down
7 changes: 3 additions & 4 deletions docs/hugsql.org/index.html
Expand Up @@ -11,11 +11,10 @@

<h2 id="introduction"><img src="/img/hugsql_alpha_128.png"> </h2>

<p class="lead"><em>A Clojure library for embracing SQL.</em></p>
<p class="lead"><em>HugSQL is a Clojure library for embracing SQL.</em></p>

<ul>
<li>HugSQL is of the opinion that SQL is the right tool for
the job when working with a relational database.</li>
<li>SQL is the <em>right tool for the job</em> when working with a relational database!</li>
<li>HugSQL uses <a href="#detail">simple conventions</a> in
your SQL files to define (at compile time) database
functions in your Clojure namespace, creating a clean
Expand Down Expand Up @@ -66,7 +65,7 @@ <h3 class="page-header" id="install">Installation</h3>
<p>For example, the Postgresql driver:</p>

{% highlight clj %}
[org.postgresql/postgresql "42.1.4"]
[org.postgresql/postgresql "42.2.2"]
{% endhighlight %}

<p><em>HugSQL defaults to using
Expand Down

0 comments on commit d0a0c79

Please sign in to comment.