From 697683513611e9903d87b566e2d8e98355fed4f3 Mon Sep 17 00:00:00 2001 From: Rodre <228430+Rodre@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:26:17 +0200 Subject: [PATCH] fix: metadata typos (#48) Co-authored-by: Rodre --- kits/cardano-starter-kit/metadata.yaml | 2 +- kits/kupo-js/metadata.yaml | 2 +- kits/ogmios-ts-client/metadata.yaml | 2 +- kits/opshin-starter-kit/metadata.yaml | 2 +- readme.md | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kits/cardano-starter-kit/metadata.yaml b/kits/cardano-starter-kit/metadata.yaml index 8e33c70..1c6d898 100644 --- a/kits/cardano-starter-kit/metadata.yaml +++ b/kits/cardano-starter-kit/metadata.yaml @@ -12,4 +12,4 @@ author: name: AlanSmithee logo: https://avatars.githubusercontent.com/u/11805103?v=4 social: - twitter_handle: GGAlanSmithee \ No newline at end of file + twitter: GGAlanSmithee \ No newline at end of file diff --git a/kits/kupo-js/metadata.yaml b/kits/kupo-js/metadata.yaml index 652d690..885872f 100644 --- a/kits/kupo-js/metadata.yaml +++ b/kits/kupo-js/metadata.yaml @@ -11,5 +11,5 @@ author: name: CardanoSolutions website: https://github.com/CardanoSolutions social: - twitter_handle: _KtorZ_ + twitter: _KtorZ_ discord: ZeyDn65t5v diff --git a/kits/ogmios-ts-client/metadata.yaml b/kits/ogmios-ts-client/metadata.yaml index 73f030e..b4c7623 100644 --- a/kits/ogmios-ts-client/metadata.yaml +++ b/kits/ogmios-ts-client/metadata.yaml @@ -12,5 +12,5 @@ author: logo: https://demeter.run/assets/logos/txpipe.svg website: https://txpipe.io social: - twitter_handle: _KtorZ_ + twitter: _KtorZ_ discord: ZeyDn65t5v diff --git a/kits/opshin-starter-kit/metadata.yaml b/kits/opshin-starter-kit/metadata.yaml index 97c2bad..56f4422 100644 --- a/kits/opshin-starter-kit/metadata.yaml +++ b/kits/opshin-starter-kit/metadata.yaml @@ -11,5 +11,5 @@ author: name: OpShin logo: https://avatars.githubusercontent.com/u/102762047?s=200&v=4 social: - twitter_handle: opshindev + twitter: opshindev discord: umR3A2g4uw diff --git a/readme.md b/readme.md index a3846aa..e851eb5 100644 --- a/readme.md +++ b/readme.md @@ -85,7 +85,7 @@ author: name: TxPipe logo: https://demeter.run/assets/logos/txpipe.svg social: - twitter_handle: txpipe_tools + twitter: txpipe_tools discord: ZTHcHUy5HY ``` @@ -131,14 +131,14 @@ This is the list of currently available workspace templates in Demeter, use it a | ------------ | ----------------------------------------------------------------------------------------- | | `plutus` | VSCode + Haskell + GHC + Cabal + Nix. The latest Cardano derivations from IOHK Nix cache. | | `haskell` | VSCode + Haskell + GHC. Good for starting from scratch with the Haskell language. | -| `typescript` | VSCode + NodeJS + Typescript. Good for creating frontends using Lucid or Mesh framework | +| `typescript` | VSCode + NodeJS + Typescript. Good for creating front-ends using Lucid or Mesh framework | | `rust` | VSCode + Rust + Cargo. Good for creating projects using Pallas building blocks | | `golang` | VSCode + Golang. Good for creating projects using CloudStruct Ouroboros library. | | `python` | VSCode + Python 3.10. Good for creating projects using the PyCardano framework. | #### Sizes -This is the list of currently available workspace sizes in Demeter, use is as reference to fill the `settings.size` field in your metadata file. The size of the workspace defines the amount of resources (memory, cpu, disk) allocated to the instance. Unless you're aware that your starter kit has a high level of resource requirements, you should choose `small` as the prefered choice. +This is the list of currently available workspace sizes in Demeter, use is as reference to fill the `settings.size` field in your metadata file. The size of the workspace defines the amount of resources (memory, cpu, disk) allocated to the instance. Unless you're aware that your starter kit has a high level of resource requirements, you should choose `small` as the preferred choice. | Name | | ------ |