Skip to content

Commit f016eb1

Browse files
authored
📚 DOC: Minor docs changes (#43)
1 parent 48e48e8 commit f016eb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This package does two things:
1414

1515
## Installation
1616

17-
The easiest way to install this package is to do so directly from GitHub with `pip`:
17+
The easiest way to install this package is via `pip`:
1818

1919
```
20-
pip install git+https://github.com/choldgraf/github-activity
20+
pip install github-activity
2121
```
2222

2323
## Usage

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is a really young tool so it might change a bit over time.
1919
The easiest way to install this package is to do so directly from GitHub with `pip`:
2020

2121
```
22-
pip install git+https://github.com/choldgraf/github-activity
22+
pip install github-activity
2323
```
2424

2525
## Generate a markdown changelog

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version=version,
2121
include_package_data=True,
2222
python_requires=">=3.6",
23-
author="Chris Holdgraf",
23+
author="Executable Books Project",
2424
author_email="choldgraf@berkeley.edu",
2525
url="https://jupyter.org/",
2626
# this should be a whitespace separated string of keywords, not a list

0 commit comments

Comments
 (0)