Skip to content

Commit c0b6acd

Browse files
committed
More github style readme
1 parent 947d192 commit c0b6acd

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
This is a library for working with RDF on the web.
1+
# rdflib.js
22

3-
LICENSE: MIT
3+
This is a library for working with RDF on the web.
44

55
Originally targetted at the AJAX environment in the browser,
66
it can also be used server side with for example Node.js.
@@ -20,17 +20,17 @@ on the web as it goes.
2020
- Smushing of nodes from owl:sameAs, and owl:{f,inverseF}unctionProperty
2121
- Tracks provence of triples keeps metadata (in RDF) from HTTP accesses
2222

23-
SUBDIRECTORIES
23+
## Subdirectories
2424

2525
- dist Run 'make' in this directory to generate dist in whch libraries are buit
2626
- test Tests are here.
2727

28-
DEPENDENCIES
28+
## Dependencies
2929

30-
jQuery (rdfa version only)
31-
jQuery, XMLHTTPRequest (Node.js version)
30+
- jQuery (rdfa version only)
31+
- jQuery, XMLHTTPRequest (Node.js version)
3232

33-
INSTALL
33+
## Install
3434

3535
Install the Node Package Manager https://npmjs.org/
3636
As root run
@@ -41,7 +41,10 @@ $ npm install -g coffee-script nodeunit
4141

4242
Run `make` to generate the dist directory
4343

44-
THANKS
44+
# Thanks
4545

4646
Thanks to the many contributors who have been involved along the way.
4747
LinkedData team & TimBL
48+
49+
# LICENSE
50+
MIT

0 commit comments

Comments
 (0)