From 9da139dada9f98bcc77f706d2230693acf6768b8 Mon Sep 17 00:00:00 2001 From: zalberico Date: Tue, 15 Nov 2022 09:47:13 -0800 Subject: [PATCH] Fix typo setings -> settings --- pkg/npm/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/npm/api/README.md b/pkg/npm/api/README.md index c8381a52da..6de8a5f66a 100644 --- a/pkg/npm/api/README.md +++ b/pkg/npm/api/README.md @@ -24,7 +24,7 @@ With: import UrbitInterface from '@urbit/http-api'; import { settings } from '@urbit/api'; const api: UrbitInterface = useApi(); -api.poke(setings.putEntry(bucket, key, value)); +api.poke(settings.putEntry(bucket, key, value)); ``` You may import single functions @@ -38,4 +38,4 @@ import { settings } from '@urbit/api'; This package also provides types and utilities for working with Urbit's internal data structures, such as Nouns, Das, Tas, and so forth. -This package was originally developed as part of Tlon's Landscape client and therefore the best reference material exists [there](https://github.com/urbit/urbit/tree/master/pkg/interface/src). \ No newline at end of file +This package was originally developed as part of Tlon's Landscape client and therefore the best reference material exists [there](https://github.com/urbit/urbit/tree/master/pkg/interface/src).