Skip to content

Commit e741e6d

Browse files
committed
Updated Readme.md
1 parent faa4ec4 commit e741e6d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

swmm-toolkit/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Build Status
77

8-
![Build Wheels](https://github.com/SWMM-Project/swmm-python/workflows/Build%20Wheels/badge.svg)
8+
[![Build Wheels](https://github.com/pyswmm/swmm-python/actions/workflows/build_wheel.yml/badge.svg)](https://github.com/pyswmm/swmm-python/actions/workflows/build_wheel.yml)
99

1010

1111
## Installation
@@ -14,16 +14,22 @@
1414

1515
``pip install swmm-toolkit``
1616

17+
## Community
18+
19+
[![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289da?logo=discord&logoColor=white)](https://discord.com/channels/1412143058463756421/1412144907312955532)
20+
21+
Join the discussion! We will do everything we can to help you!
1722

1823
## Features
1924

2025
`swmm-toolkit` makes SWMM a fully fledged Python extension with:
26+
2127
- Compatibility with USEPA SWMM
2228
- Python integration at the speed of C
2329
- Full access to library APIs
2430
- Pythonic naming, enums, exceptions, and return value handling
25-
26-
31+
32+
2733
## Basic Usage
2834

2935
Run a SWMM simulation.

0 commit comments

Comments
 (0)