Skip to content

Commit 76f275b

Browse files
authored
fixed some typos
1 parent 250a42e commit 76f275b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ Suggested values:
6060
For example installing any non-Python dependencies or adding any required
6161
config settings.
6262

63-
To install ckanext-csvtocsvw:
63+
To install the extension:
6464

6565
1. Activate your CKAN virtual environment, for example:
6666
```bash
6767
     . /usr/lib/ckan/default/bin/activate
6868
```
69-
2. Clone the source and install it on the virtualenv
69+
2. Use pip to install package
7070
```bash
7171
   pip install ckanext-csvtocsvw
7272
```
73-
3. Add `csvtocsvw` to the `ckan.plugins` setting in your CKAN
73+
3. Add `sso` to the `ckan.plugins` setting in your CKAN
7474
   config file (by default the config file is located at
7575
   `/etc/ckan/default/ckan.ini`).
7676

@@ -79,7 +79,6 @@ To install ckanext-csvtocsvw:
7979
     sudo service apache2 reload
8080
```
8181

82-
8382
## Config settings
8483

8584
None at present

0 commit comments

Comments
 (0)