Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Sep 20, 2019
1 parent fb8523f commit 2fea7e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Spellcheck Plug-in for DITA-OT [<img src="https://jason-fox.github.io/com.here.validate.svrl.text-rules/textlint.png" align="right" width="300">](https://textlintdita-ot.rtfd.io/)

[![license](https://img.shields.io/github/license/jason-fox/com.here.validate.svrl.text-rules.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![DITA-OT 3.3](https://img.shields.io/badge/DITA--OT-3.3-blue.svg)](http://www.dita-ot.org/3.3) <br/>
[![DITA-OT 3.3](https://img.shields.io/badge/DITA--OT-3.3-blue.svg)](http://www.dita-ot.org/3.3)
[![Build Status](https://travis-ci.org/jason-fox/com.here.validate.svrl.text-rules.svg?branch=master)](https://travis-ci.org/jason-fox/com.here.validate.svrl.text-rules)
[![Coverage Status](https://coveralls.io/repos/github/jason-fox/com.here.validate.svrl.text-rules/badge.svg?branch=master)](https://coveralls.io/github/jason-fox/com.here.validate.svrl.text-rules?branch=master)
[![Documentation Status](https://readthedocs.org/projects/textlintdita-ot/badge/?version=latest)](https://textlintdita-ot.readthedocs.io/en/latest/?badge=latest)

The Spelling and Grammar Checker plug-in for DITA OT is an **extension** of the base
The Spelling and Grammar Checker [DITA-OT Plug-in](https://www.dita-ot.org/plugins) is an **extension** of the base
[DITA Validator](https://github.com/jason-fox/com.here.validate.svrl) which adds simple rule-based **spelling and
grammar** validation for the text elements within DITA documents.

Expand Down Expand Up @@ -68,16 +68,16 @@ The spell-checker is a plug-in for the DITA open toolkit. Futhermore, it is not
- Full installation instructions for downloading DITA-OT can be found
[here](https://www.dita-ot.org/3.3/topics/installing-client.html).

1. Download the `dita-ot-3.3.zip` package from the project website at
1. Download the `dita-ot-3.3.4.zip` package from the project website at
[dita-ot.org/download](https://www.dita-ot.org/download)
2. Extract the contents of the package to the directory where you want to install DITA-OT.
3. **Optional**: Add the absolute path for the `bin` directory to the _PATH_ system variable. This defines the
necessary environment variable to run the `dita` command from the command line.

```console
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.3/dita-ot-3.3.zip
unzip -q dita-ot-3.3.zip
rm dita-ot-3.3.zip
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.3.4/dita-ot-3.3.4.zip
unzip -q dita-ot-3.3.4.zip
rm dita-ot-3.3.4.zip
```


Expand Down

0 comments on commit 2fea7e0

Please sign in to comment.