Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrt committed Jul 30, 2024
1 parent c01ae42 commit b36dadd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# PolyglotPiranha

[![Join the chat at https://gitter.im/uber/piranha](https://badges.gitter.im/uber/piranha.svg)](https://gitter.im/uber/piranha?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

PolyglotPiranha is a lightweight code transformation toolset for automating large scale changes. At Uber, it is mostly used to clean up stale feature flags.


Expand Down Expand Up @@ -66,12 +64,11 @@ piranha_summary = execute_piranha(piranha_arguments)
print(piranha_summary[0].content)
```

For additional examples, please visit our [demo page](https://uber.github.io/piranha/docs/reference/getting-started/demos)
For additional examples, please visit our [demo page](POLYGLOT_README.md#getting-started-with-demos)

## Documentation

Find more examples and explanations of the toolset on the [documentation webpage](https://uber.github.io/piranha/) or in the
[POLYGLOT_README.md](POLYGLOT_README.md) file
Find more examples and explanations of the toolset in the [POLYGLOT_README.md](POLYGLOT_README.md) file


## Feature Flags
Expand Down

0 comments on commit b36dadd

Please sign in to comment.