Skip to content

Commit 6e7a902

Browse files
committed
2 parents d2fd17f + 8d6f853 commit 6e7a902

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dss_python: Unofficial bindings for EPRI's OpenDSS
44

55
Python bindings and misc tools for using OpenDSS (EPRI Distribution System Simulator). Based on CFFI and `dss_capi`, aiming for full COM compatibility on Windows and Linux.
66

7-
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss-capi/).
7+
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss_capi/).
88

99
Version 0.9.2, based on [OpenDSS revision 2134](https://sourceforge.net/p/electricdss/code/2123/tree/).
1010
This is a work-in-progress but it's deemed stable enough to be made public.
@@ -61,7 +61,7 @@ Get this repository:
6161
git clone https://github.com/PMeira/dss_python.git
6262
```
6363

64-
Assuming you successfully built or downloaded the `dss_capi` (check [its repository](http://github.com/PMeira/dss-capi/) for instructions), keep the folder organization as follows:
64+
Assuming you successfully built or downloaded the `dss_capi` (check [its repository](http://github.com/PMeira/dss_capi/) for instructions), keep the folder organization as follows:
6565

6666
```
6767
dss_capi/
@@ -198,7 +198,7 @@ Please allow me a few days to respond.
198198

199199
Credits / Acknowlegement
200200
========================
201-
`dss_python` is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss-capi/) project, check its licensing information.
201+
`dss_python` is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss_capi/) project, check its licensing information.
202202

203203
This project is licensed under the (new) BSD, available in the `LICENSE` file. It's the same license OpenDSS uses (`OPENDSS_LICENSE`).
204204

0 commit comments

Comments
 (0)