Skip to content

Commit 5b8058a

Browse files
committed
Align project metadata with repository name
1 parent 36ddd1e commit 5b8058a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CircuitPython_DataDog
1+
# circuitpython-datadog
22

3-
CircuitPython_DataDog is a small CircuitPython 9.x library for sending custom
3+
A small CircuitPython 9.x library for sending custom
44
metrics to the Datadog HTTP API at `POST /api/v2/series`.
55

66
The library is designed for network-capable CircuitPython boards, including
@@ -22,7 +22,7 @@ CIRCUITPY/
2222
This repository follows the usual single-file CircuitPython library layout:
2323

2424
```text
25-
CircuitPython_DataDog/
25+
circuitpython-datadog/
2626
|-- datadog.py
2727
|-- examples/
2828
| `-- basic_metrics.py

datadog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__version__ = "0.0.0+auto.0"
14-
__repo__ = "https://github.com/your-name/CircuitPython_DataDog.git"
14+
__repo__ = "https://github.com/q/circuitpython-datadog.git"
1515

1616
_TYPE_COUNT = 1
1717
_TYPE_RATE = 2

0 commit comments

Comments
 (0)