Skip to content

Commit

Permalink
Fix requirements file name on README.md
Browse files Browse the repository at this point in the history
the ".txt" extension of requirements file was missing in README.md
  • Loading branch information
redivo committed Dec 15, 2016
1 parent c6b536e commit ceb2ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It is recommended to install a python distribution like [PythonXY](https://pytho
```
$ git clone https://github.com/CiscoDevNet/ydk-gen.git
$ cd ydk-gen
$ pip install -r requirements
$ pip install -r requirements.txt
```

## Usage
Expand Down

0 comments on commit ceb2ff8

Please sign in to comment.