Skip to content

Commit

Permalink
Merge pull request #66 from scramjetorg/fix/sytax-readme-packages
Browse files Browse the repository at this point in the history
fixed readme's and package.json with missing description/url
  • Loading branch information
piotrek6641 committed Jun 7, 2023
2 parents 2297475 + 366fd90 commit 9e81453
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/Stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/scramjetorg/platform-samples/tree/main/python/Stripe"
},
"engines": {
"python3": "3.8.0"
Expand Down
6 changes: 3 additions & 3 deletions typescript/audio2text/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Audio to text

___
# Audio to text

Sequence used to transcript audio file to a text using AssemblyAi api.

For now this sequence lets transcript only file that is in a dist folder

___

## Prerequirements

To run this sequence it is required to have own api key from [AssemblyAi](https://www.assemblyai.com)
Expand Down
4 changes: 2 additions & 2 deletions typescript/audio2text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "audio2text",
"version": "1.0.0",
"description": "",
"description": "sequence that allows transcripting audio from file",
"main": "index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand All @@ -11,7 +11,7 @@
},
"keywords": [
"API",
"Tranform"
"Transform"
],
"repository": {
"type":"git",
Expand Down
2 changes: 2 additions & 0 deletions typescript/repo-checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Sequence thats fetch data from various sides and saves it in topic.

___

## Description

This sequence supports retriveing data from those platforms:
Expand Down

0 comments on commit 9e81453

Please sign in to comment.