Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ows.js
# ows.js

[![Build Status](https://travis-ci.org/OSGeo/ows.js.png?branch=master)](https://travis-ci.org/OSGeo/ows.js)

Expand Down Expand Up @@ -66,7 +66,7 @@ It is recommended to use bower, because this project depends on Jsonix and Ogc-s

The CSW standard strongly depends on catalogues profiles. So first you need to determine what profile you want to use and include its depencies:

####Basic CSW
#### Basic CSW

Include in you project:

Expand Down Expand Up @@ -111,7 +111,7 @@ var cswConfig = [
];
```

####ISO 19139 (implementation of 19115)
#### ISO 19139 (implementation of 19115)

Include in you project:

Expand Down