Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Mar 1, 2023
1 parent b54dab1 commit 23ab62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 1.0.0
# Next version
+ Fix documentation

## 1.0.0
+ First commit
+ Add code
+ Fix jest watch for Semaphore
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Concatenate

| CI / CD | Status |
| ------- | ------ |
| NPM | TBD |
| NPM | [![npm version](https://badge.fury.io/js/%40sineverba%2Fconcatenate.svg)](https://badge.fury.io/js/%40sineverba%2Fconcatenate) |
| Semaphore CI | [![Build Status](https://sineverba.semaphoreci.com/badges/npm-pkg-concatenate/branches/master.svg?style=shields&key=39b8f9bd-3213-4836-a1b3-ca116c91a9e9)](https://sineverba.semaphoreci.com/projects/npm-pkg-concatenate) |
| Circle CI | [![CircleCI](https://dl.circleci.com/status-badge/img/gh/sineverba/npm-pkg-concatenate/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/sineverba/npm-pkg-concatenate/tree/master) |
| Coverall | [![Coverage Status](https://coveralls.io/repos/github/sineverba/npm-pkg-concatenate/badge.svg?branch=master)](https://coveralls.io/github/sineverba/npm-pkg-concatenate?branch=master) |
Expand All @@ -21,7 +21,7 @@ I use it in a name + surname concatenation, if one of them can be empty. E.g. "A
### Usage

```js
import { concatenate } from "shortfield";
import { concatenate } from "@sineverba/concatenate";

const name = " ";
const surname = "Foo";
Expand Down

0 comments on commit 23ab62f

Please sign in to comment.