Skip to content

Commit

Permalink
Fix typo (closes #129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 25, 2016
1 parent 542c8d2 commit 7bd7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ Description = A short, one-line description

In `[Core]`, you need to provide the `Name` of your plugin and the `Module` your plugin resides in. We recommend to have them identical (just like the directory name and the name of this very config file).

**Additional fields:** If you have tests, put it in the `/tests/` directory of this repository (*not your plugin!*) and put the test module name in a `Tests` field. Tests in `/tests/` are run by Travis CI. **Note that the Travis CI test runner does not interpret `requirements-nonpy.txt` fies!**
**Additional fields:** If you have tests, put it in the `/tests/` directory of this repository (*not your plugin!*) and put the test module name in a `Tests` field. Tests in `/tests/` are run by Travis CI. **Note that the Travis CI test runner does not interpret `requirements-nonpy.txt` files!**

#### `[Nikola]` (optional)

Expand Down

0 comments on commit 7bd7944

Please sign in to comment.