Skip to content

Commit

Permalink
docs: use the star link
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Aug 5, 2024
1 parent e64384b commit 308b082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ cargo add stub-macro

## Gratitude

Like the project? [Say thanks!](https://github.com/DenisGorbachev/stub-macro/discussions/new?category=gratitude) ❤️
Like the project? [⭐ Star this repo](https://github.com/DenisGorbachev/stub-macro) on GitHub!

## License

Expand Down
10 changes: 5 additions & 5 deletions README.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env -S deno run --allow-read --allow-run=bash,git,cargo --allow-env --allow-sys

import * as zx from 'npm:zx'
import { z, ZodSchema } from 'https://deno.land/x/[email protected]/mod.ts'
import { assertEquals } from 'https://jsr.io/@std/assert/1.0.0/equals.ts'
import { assert } from 'https://jsr.io/@std/assert/1.0.0/assert.ts'
import * as zx from "npm:zx"
import { z, ZodSchema } from "https://deno.land/x/[email protected]/mod.ts"
import { assertEquals } from "https://jsr.io/@std/assert/1.0.0/equals.ts"
import { assert } from "https://jsr.io/@std/assert/1.0.0/assert.ts"

const CargoToml = z.object({
package: z.object({
Expand Down Expand Up @@ -82,7 +82,7 @@ cargo add ${name}
## Gratitude
Like the project? [Say thanks!](${repo.url}/discussions/new?category=gratitude) ❤️
Like the project? [⭐ Star this repo](${repo.url}) on GitHub!
## License
Expand Down

0 comments on commit 308b082

Please sign in to comment.