mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
Some minor misspelling changes
Edited a few minor misspellings but this looks good!
This commit is contained in:
parent
b2e1bb4b33
commit
13af580ee0
@ -9,7 +9,7 @@ What's Near? Learn more [here](https://near.org/)
|
||||
|
||||
1. Complete the steps in the [Data Curator Onboarding Guide](https://docs.metricsdao.xyz/data-curation/data-curator-onboarding).
|
||||
* Note that the Data Curator Onboarding Guide assumes that you will ask to be added as a contributor to a MetricsDAO project. Ex: https://github.com/MetricsDAO/near_dbt.
|
||||
* However, if you have not yet been added as a contibutor, or you'd like to take an even lower-risk approach, you can always follow the [Fork and Pull Workflow](https://reflectoring.io/github-fork-and-pull/) by forking a copy of the project to which you'd like to contribute to a local copy of the project in your github account. Just make sure to:
|
||||
* However, if you have not yet been added as a contributor, or you'd like to take an even lower-risk approach, you can always follow the [Fork and Pull Workflow](https://reflectoring.io/github-fork-and-pull/) by forking a copy of the project to which you'd like to contribute to a local copy of the project in your github account. Just make sure to:
|
||||
- Fork the MetricsDAO repository.
|
||||
- Git clone from your forked repository. Ex: `git clone https://github.com/YourAccount/near_dbt`.
|
||||
- Create a branch for the changes you'd like to make. Ex: `git branch readme-update`.
|
||||
@ -32,7 +32,7 @@ What's Near? Learn more [here](https://near.org/)
|
||||
|
||||
### Create the Environment Variables
|
||||
|
||||
1. Create a `.env` file with the following contents (note `.env` will not be commited to source) in the near_dbt directory (ex: near_dbt/.env):
|
||||
1. Create a `.env` file with the following contents (note `.env` will not be committed to source) in the near_dbt directory (ex: near_dbt/.env):
|
||||
|
||||
```
|
||||
SF_ACCOUNT=zsniary-metricsdao
|
||||
|
||||
Loading…
Reference in New Issue
Block a user