-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add initial readme and license info #4
Conversation
README.md
Outdated
2. Get your function id and run it: | ||
|
||
```ts | ||
const result = await fal.run("my-function-alias"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id instead of alias?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call! changed
README.md
Outdated
1. Make sure you read our [Code of Conduct](https://github.com/fal-ai/serverless-js/blob/main/CODE_OF_CONDUCT.md) | ||
1. Fork the project and clone your fork | ||
1. Setup the local environment with `npm install` | ||
1. Create a feature branch (`git checkout -b feature/add-cool-thing`) or a bugfix branch (`git checkout -b fix/smash-that-bug`) | ||
1. Commit the changes (`git commit -m 'Some meaningful message'`) | ||
1. Push to the branch (`git push --set-upstream origin feature/add-cool-thing`) | ||
1. Open a Pull Request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all of them are 1., intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was, Markdown renders it correctly, which makes it easier to edit without worrying about the numbers being correct. But honestly, it can be confusing, so I changed it =)
No description provided.