Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Feb 2, 2018
1 parent 8362c03 commit e731090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ To install pinax-lms-activities:
$ pip install pinax-lms-activities
```

Add `pinax.lms-activities` to your `INSTALLED_APPS` setting:
Add `pinax.lms.activities` to your `INSTALLED_APPS` setting:

```python
INSTALLED_APPS = [
# other apps
"pinax.lms-activities",
"pinax.lms.activities",
]
```

Expand Down

0 comments on commit e731090

Please sign in to comment.