Skip to content

Commit

Permalink
chore: reword again
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar Ratnakumar <[email protected]>
  • Loading branch information
shivaraj-bh and srid authored Jun 20, 2024
1 parent 1882f43 commit ffe1c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/custom-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Finally, `nix run`:
{#multi-instance}
## Multi-instance service

For this purpose, `services-flake` exports a [multiService](https://github.com/juspay/services-flake/blob/647bff2c44b42529461f60a7fe07851ff93fb600/nix/lib.nix#L1-L34) library function. The aim is to provide an interface wherein the user just writes the configuration like they would for a single instance service, and the library takes care of creating multiple instances of the service.
For this purpose, `services-flake` exports a [multiService](https://github.com/juspay/services-flake/blob/647bff2c44b42529461f60a7fe07851ff93fb600/nix/lib.nix#L1-L34) library function. It aims to provide an interface wherein the user just writes the configuration like they would for a single instance service, and the library takes care of creating multiple instances of the service.

Let's write the same `hello` service as above, in `hello.nix`, but this time as a multi-instance service:

Expand Down

0 comments on commit ffe1c1e

Please sign in to comment.