diff --git a/sdk/typescript/examples/credentials/browser/README.md b/sdk/typescript/examples/credentials/browser/README.md index d76aec193e..06c7da3edf 100644 --- a/sdk/typescript/examples/credentials/browser/README.md +++ b/sdk/typescript/examples/credentials/browser/README.md @@ -1,8 +1,6 @@ -# mixFetch Usage Example +# Nym credential generation Usage Example -This is a simple project to show you how to use mixFetch. - -Basic usage is as simple as replacing `fetch` with `mixFetch` in your code: +This is a simple project to show you how to use nym credential generation. ```ts import { mixFetch } from '@nymproject/mix-fetch'; diff --git a/sdk/typescript/examples/credentials/browser/src/index.html b/sdk/typescript/examples/credentials/browser/src/index.html index 9cded5431b..30e053af1e 100644 --- a/sdk/typescript/examples/credentials/browser/src/index.html +++ b/sdk/typescript/examples/credentials/browser/src/index.html @@ -19,7 +19,7 @@