Skip to content

Commit

Permalink
Update README with version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblcc committed Apr 20, 2017
1 parent 1cb3d57 commit 04ad0ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install: 'gem install bundler'
rvm:
- 2.1
- 2.2
- 2.3
- ruby-head
- jruby-head
matrix:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# mdTranslator

# __NOTE__: This branch (1.x) only supports mdJSON versions in the 1.x series.

mdtranslator was written by the [Alaska Data Integration Working Group](http://www.adiwg.org) (ADIwg) to assist with creating ISO 19139 metadata records. Input to the mdtranslator is JSON conforming to the [mdJson-schemas](https://github.com/adiwg/mdJson-schemas). The mdtranslator architecture allows developers to write additional readers for other input formats and/or write additional writers for other output other than ISO 19139, e.g. HTML.

## Installation
Expand Down

0 comments on commit 04ad0ee

Please sign in to comment.