Skip to content

Commit 4d4edc2

Browse files
committed
minor nits
1 parent a75fdc6 commit 4d4edc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/quickstarts/transmitter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ While [Chainlink Data Streams](/data-streams/index) provide access to low-latenc
2929

3030
The [Data Streams Transmitter][GITHUB_REPO] is for developers who want Data Streams on-chain _without_ the heavy lifting of building and managing a custom backend. Transmitter is a configurable service that handles the complex logic of monitoring off-chain data streams and pushing them to your smart contracts based on predefined conditions, such as time intervals or price deviations. You even get a web interface to manage your feeds and monitor their status!
3131

32-
Think of it like your own personal node, giving you full control of your on-chain data pipeline, minus the infrastructure headache.
32+
Think of it like your own personal node, giving you full control of your on-chain data pipeline, minus the infrastructure hassle.
3333

3434
## Requirements
3535

@@ -40,7 +40,7 @@ Before you start this tutorial, ensure you have the following prerequisites:
4040
- **Web3 Foundation**: A basic understanding of [smart contracts and blockchain development](/quickstarts/deploy-your-first-contract).
4141
- **Funded Developer Wallet**: Private key for developer wallet funded with testnet LINK and ETH for your desired chain (e.g., Arbitrum, Avalanche). Both are available via the [Chainlink Faucet](https://faucets.chain.link/).
4242
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us][DATA_STREAMS_CONTACT] to request mainnet or testnet access.
43-
- **Project Dependencies**:[Docker][DOCKER_INSTALL], [Node.js][NODE_INSTALL], and [Redis][REDIS_INSTALL] installed on your machine.
43+
- **Project Dependencies**: [Docker][DOCKER_INSTALL], [Node.js][NODE_INSTALL], and [Redis][REDIS_INSTALL] installed on your machine.
4444

4545
## Project setup
4646

0 commit comments

Comments
 (0)