Skip to content

Commit

Permalink
Add minor formatting fix to table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocentric committed Apr 29, 2017
1 parent f23d869 commit 3919772
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
* [Beginning with libkv](#beginning-with-libkv)
3. [Usage - Configuration options and additional functionality](#usage)
4. [Function Reference](#function-reference)
* [libkv::get](#get)
* [libkv::put](#put)
* [libkv::delete](#delete)
* [libkv::exists](#exists)
* [libkv::list](#list)
* [libkv::deletetree](#deletetree)
* [libkv::atomic_create](#atomic_create)
* [libkv::atomic_delete](#atomic_delete)
* [libkv::atomic_get](#atomic_get)
* [libkv::atomic_put](#atomic_put)
* [libkv::atomic_list](#atomic_list)
* [libkv::empty_value](#empty_value)
* [libkv::info](#info)
* [libkv::supports](#supports)
* [libkv::pop_error](#pop_error)
* [libkv::provider](#provider)
* [libkv::watch](#watch)
* [libkv::watchtree](#watchtree)
* [libkv::newlock](#newlock)
* [libkv::get](#get)
* [libkv::put](#put)
* [libkv::delete](#delete)
* [libkv::exists](#exists)
* [libkv::list](#list)
* [libkv::deletetree](#deletetree)
* [libkv::atomic_create](#atomic_create)
* [libkv::atomic_delete](#atomic_delete)
* [libkv::atomic_get](#atomic_get)
* [libkv::atomic_put](#atomic_put)
* [libkv::atomic_list](#atomic_list)
* [libkv::empty_value](#empty_value)
* [libkv::info](#info)
* [libkv::supports](#supports)
* [libkv::pop_error](#pop_error)
* [libkv::provider](#provider)
* [libkv::watch](#watch)
* [libkv::watchtree](#watchtree)
* [libkv::newlock](#newlock)

5. [Development - Guide for contributing to the module](#development)
* [Acceptance Tests - Beaker env variables](#acceptance-tests)
Expand Down
2 changes: 1 addition & 1 deletion scripts/readme.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* [Beginning with libkv](#beginning-with-libkv)
3. [Usage - Configuration options and additional functionality](#usage)
4. [Function Reference](#function-reference)
<% data["functions"].each do |key, value| %>* [libkv::<%= key %>](#<%= key %>)
<% data["functions"].each do |key, value| %> * [libkv::<%= key %>](#<%= key %>)
<% end %>
5. [Development - Guide for contributing to the module](#development)
* [Acceptance Tests - Beaker env variables](#acceptance-tests)
Expand Down

0 comments on commit 3919772

Please sign in to comment.