Skip to content

Commit

Permalink
chore: cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 14, 2020
1 parent 0110463 commit d8a44da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

Unlike a "shallow copy" (eg, `Object.assign`), a "deep clone" recursively traverses a source input and copies its _values_ — instead of _references_ to its values — into a new instance of that input. The result is a structurally equivalent clone that operates independently of the original source and controls its own values.

Additionally, this module is delivered as:

> **Why "klona"?** It's "clone" in Swedish.<br>
> **What's with the sheep?** [Dolly](https://en.wikipedia.org/wiki/Dolly_(sheep)).
Expand All @@ -41,6 +39,7 @@ Additionally, this module is delivered as:
$ npm install --save klona
```


## Modes

This comment has been minimized.

Copy link
@tooss367

This comment has been minimized.

Copy link
@tooss367

There are multiple "versions" of `klona` available, which allows you to bring only the functionality you need!
Expand Down

5 comments on commit d8a44da

@tooss367
Copy link

@tooss367 tooss367 commented on d8a44da Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tooss367
Copy link

@tooss367 tooss367 commented on d8a44da Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d8a44da

d8a44da?short_path=5a831ea#commitcomment-45722709 see

d8a44da

readme.mdhttps://github.com/lukeed/klona/commit/d8a44dac839b46bf31f9f04a3b8e656299a34a3f?short_path=5a831ea#commitcomment-45722692

d8a44da

@tooss367
Copy link

@tooss367 tooss367 commented on d8a44da Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d8a44da

readme.mdhttps://github.com/lukeed/klona/commit/d8a44dac839b46bf31f9f04a3b8e656299a34a3f?short_path=5a831ea#commitcomment-45722692

@tooss367
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tooss367
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.