Skip to content

Commit 0f74421

Browse files
committed
Sveta's changes
1 parent 6639458 commit 0f74421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It has only one function: generate the [Fibonacci sequence](https://en.wikipedia
1010

1111
Note that no other actions or tools usually required for the library development are set up, such as [tracking of backwards compatibility]
1212
(https://kotlinlang.org/docs/jvm-api-guidelines-backward-compatibility.html#tools-designed-to-enforce-backward-compatibility), explicit API mode,
13-
licensing, contribution guideline, code of conduct and others.
13+
licensing, contribution guideline, code of conduct and others. You can find a guide for best practices for designing Kotlin libraries [here.](https://kotlinlang.org/docs/api-guidelines-introduction.html)
1414

1515
## How to publish?
1616

@@ -24,7 +24,7 @@ This guide describes the steps of publishing a library built with Kotlin Multipl
2424
This guide assumes that you are:
2525

2626
- Creating an open-source library
27-
- Using macOS or Linux. If you are a Windows user, use [GnuPG or Gpg4win](https://gnupg.org/download/https://gnupg.org/download/) to generate a key pair.
27+
- Using macOS or Linux. If you are a Windows user, use [GnuPG or Gpg4win](https://gnupg.org/download) to generate a key pair.
2828
- Either not registered on Maven Central yet, or have an existing account that’s suitable for [publishing to the Central Portal](https://central.sonatype.org/publish-ea/publish-ea-guide/) (created after March 12th, 2024, or migrated to the Central Portal by their support)
2929
- Publishing your library in a GitHub repository
3030
- Using GitHub Actions for continuous integration

0 commit comments

Comments
 (0)