Skip to content

Commit

Permalink
fix: metadata typos (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodre <[email protected]>
  • Loading branch information
Rodre and Rodre authored Aug 18, 2023
1 parent 81ee5d0 commit 6976835
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kits/cardano-starter-kit/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ author:
name: AlanSmithee
logo: https://avatars.githubusercontent.com/u/11805103?v=4
social:
twitter_handle: GGAlanSmithee
twitter: GGAlanSmithee
2 changes: 1 addition & 1 deletion kits/kupo-js/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ author:
name: CardanoSolutions
website: https://github.com/CardanoSolutions
social:
twitter_handle: _KtorZ_
twitter: _KtorZ_
discord: ZeyDn65t5v
2 changes: 1 addition & 1 deletion kits/ogmios-ts-client/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion kits/opshin-starter-kit/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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 |
| ------ |
Expand Down

0 comments on commit 6976835

Please sign in to comment.