Skip to content

Commit ecb29b0

Browse files
authored
Update README.md
Signed-off-by: Uneeb Sajjad <[email protected]>
1 parent 0b423b1 commit ecb29b0

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
@@ -35,7 +35,7 @@ init(config).then(() => {
3535
import { createApp } from 'vue';
3636
import App from './App.vue';
3737
38-
initContract(config)
38+
init(config)
3939
.then(() => {
4040
const app = createApp(App);
4141
app.use(store);
@@ -128,4 +128,4 @@ See [Code of Conduct](CODE_OF_CONDUCT.md) for more information on contribution a
128128

129129
## Open Source References
130130
* [Orbit DB](https://orbitdb.org/)
131-
* [near-api-js](https://github.com/near/near-api-js)
131+
* [near-api-js](https://github.com/near/near-api-js)

0 commit comments

Comments
 (0)