Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Fixed wrong import name #197

Merged
merged 1 commit into from
Nov 15, 2022
Merged

Fixed wrong import name #197

merged 1 commit into from
Nov 15, 2022

Conversation

Sklyvan
Copy link
Contributor

@Sklyvan Sklyvan commented Nov 9, 2022

Changed the import name from:

import { createLibp2pNode } from libp2p

to

import { createLibp2p } from libp2p

Changed the import name from "import { createLibp2pNode } from 'libp2p'" to "import { createLibp2p } from 'libp2p'"
@mpetrunic mpetrunic merged commit 281fee0 into libp2p:master Nov 15, 2022
github-actions bot pushed a commit that referenced this pull request Nov 15, 2022
## [4.0.2](v4.0.1...v4.0.2) (2022-11-15)

### Documentation

* fixed wrong import name ([#197](#197)) ([281fee0](281fee0))
@github-actions
Copy link

🎉 This PR is included in version 4.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants