Skip to content

Commit 546482a

Browse files
authored
Merge pull request #81 from bryant1410/develop
Fix broken headings in Markdown files
2 parents e9c7350 + bb8deb6 commit 546482a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#SPARQL Client for RDF.rb
1+
# SPARQL Client for RDF.rb
22

33
This is a [Ruby][] implementation of a [SPARQL][] client for [RDF.rb][].
44

@@ -8,7 +8,7 @@ This is a [Ruby][] implementation of a [SPARQL][] client for [RDF.rb][].
88
[![Build Status](https://travis-ci.org/ruby-rdf/sparql-client.png?branch=master)](http://travis-ci.org/ruby-rdf/sparql-client)
99
[![Coverage Status](https://coveralls.io/repos/ruby-rdf/sparql-client/badge.svg?branch=master&service=github)](https://coveralls.io/github/ruby-rdf/sparql-client?branch=master)
1010

11-
##Features
11+
## Features
1212

1313
* Executes queries against any SPARQL 1.0/1.1-compatible endpoint over HTTP,
1414
or against an `RDF::Queryable` instance, using the `SPARQL` gem.
@@ -22,7 +22,7 @@ This is a [Ruby][] implementation of a [SPARQL][] client for [RDF.rb][].
2222
* Supports accessing endpoints as read/write [`RDF::Repository`][RDF::Repository]
2323
instances {SPARQL::Client::Repository}.
2424

25-
##Examples
25+
## Examples
2626

2727
### Querying a remote SPARQL endpoint
2828
require 'sparql/client'
@@ -83,29 +83,29 @@ This is a [Ruby][] implementation of a [SPARQL][] client for [RDF.rb][].
8383
end
8484
delete_data(data)
8585

86-
##Documentation
86+
## Documentation
8787

8888
* {SPARQL::Client}
8989
* {SPARQL::Client::Query}
9090
* {SPARQL::Client::Repository}
9191
* {SPARQL::Client::Update}
9292

93-
##Dependencies
93+
## Dependencies
9494

9595
* [Ruby](http://ruby-lang.org/) (>= 2.2.2)
9696
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 2.0)
9797
* [Net::HTTP::Persistent](http://rubygems.org/gems/net-http-persistent) (>= 1.4)
9898
* Soft dependency on [SPARQL](http://rubygems.org/gems/sparql) (>= 2.0)
9999
* Soft dependency on [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.6)
100100

101-
##Installation
101+
## Installation
102102

103103
The recommended installation method is via [RubyGems](http://rubygems.org/).
104104
To install the latest official release of the `SPARQL::Client` gem, do:
105105

106106
% [sudo] gem install sparql-client
107107

108-
##Download
108+
## Download
109109

110110
To get a local working copy of the development repository, do:
111111

@@ -116,17 +116,17 @@ follows:
116116

117117
% wget http://github.com/ruby-rdf/sparql-client/tarball/master
118118

119-
##Mailing List
119+
## Mailing List
120120

121121
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>
122122

123-
##Authors
123+
## Authors
124124

125125
* [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
126126
* [Ben Lavender](http://github.com/bhuga) - <http://bhuga.net/>
127127
* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>
128128

129-
##Contributors
129+
## Contributors
130130

131131
* [Christoph Badura](http://github.com/bad) - <http://github.com/bad>
132132
* [James Hetherington](http://github.com/jamespjh) - <http://twitter.com/jamespjh>
@@ -140,7 +140,7 @@ follows:
140140
* [Thomas Feron](http://github.com/thoferon) - <http://github.com/thoferon>
141141
* [Nick Gottlieb](http://github.com/ngottlieb) - <http://www.nicholasgottlieb.com>
142142

143-
##Contributing
143+
## Contributing
144144
This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
145145

146146
* Do your best to adhere to the existing coding conventions and idioms.
@@ -155,7 +155,7 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
155155
of thumb, additions larger than about 15 lines of code), we need an
156156
explicit [public domain dedication][PDD] on record from you.
157157

158-
##Resources
158+
## Resources
159159

160160
* <http://ruby-rdf.github.com/sparql-client/>
161161
* <http://github.com/ruby-rdf/sparql-client>
@@ -164,7 +164,7 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
164164
* <http://raa.ruby-lang.org/project/sparql-client/>
165165
* <http://www.ohloh.net/p/rdf>
166166

167-
##License
167+
## License
168168

169169
This is free and unencumbered public domain software. For more information,
170170
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.

0 commit comments

Comments
 (0)