Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 9d8ed20

Browse files
authored
Merge pull request #2 from hostari/shard-name
Change shard name
2 parents 3340c9d + 420515f commit 9d8ed20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ convertkit.cr is a Crystal API Client for the [ConvertKit API](https://developer
1717
## Usage
1818

1919
```crystal
20-
require "convertkit.cr"
20+
require "convertkit"
2121
2222
# Set your API secret
2323
ConvertKit.api_secret = "api-secret-here"

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: convertkit.cr
2-
version: 0.1.2
1+
name: convertkit
2+
version: 0.1.3
33

44
authors:
55
- jcads <rafaelcadorna@pm.me>

0 commit comments

Comments
 (0)