Skip to content

Commit

Permalink
style(md): lint markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 13, 2024
1 parent 340c5eb commit 606f969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

Copyright (c) 2023, Buggregator.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Buggregator nor the names of its
* Neither the name of Buggregator nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ vendor/bin/trap -p1025 -p9912 -p9913 -p8000 --ui=8080
```

Environment variables can also be used to set endpoints:

- `TRAP_TCP_PORTS` - for TCP traffic: `9912,9913,1025,8000`
- `TRAP_TCP_HOST` - for the TCP host (default: `127.0.0.1`)
- `TRAP_UI_PORT` - for the web interface: `8080`


### Choosing Your Senders

Buggregator Trap provides a variety of "senders" that dictate where the dumps will be sent. Currently, the available
Expand All @@ -181,7 +181,6 @@ For instance, to simultaneously use the console, file, and server senders, you w
vendor/bin/trap -s console -s file -s server
```


## Contributing

We believe in the power of community-driven development. Here's how you can contribute:
Expand All @@ -192,22 +191,18 @@ We believe in the power of community-driven development. Here's how you can cont
issues labeled "help wanted" [here](https://github.com/buggregator/trap/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).
- **Documentation:** Help us improve our [guides and tutorials](https://github.com/buggregator/docs/tree/master/docs) for a smoother user experience.
- **Community Support:** Join our [Discord](https://discord.gg/qF3HpXhMEP) and help others get the most out of Buggregator.
- **Spread the Word:** Share your experience with Buggregator on social media and encourage others to contribute.
- **Spread the Word:** Share your experience with Buggregator on social media and encourage others to contribute.
- **Donate:** Support our work by becoming a patron or making a one-time donation
[![roxblnfk](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Droxblnfk%26type%3Dpatrons&label=roxblnfk&style=flat-square)](https://patreon.com/roxblnfk)
[![butschster](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dbutschster%26type%3Dpatrons&label=butschster&style=flat-square)](https://patreon.com/butschster)

**Remember, every great developer was once a beginner. Contributing to open source projects is a step in your journey to
becoming a better developer. So, don't hesitate to jump in and start contributing!**


## License

Buggregator Trap is open-sourced software licensed under the BSD-3 license.




<!--
Quality badges:
Expand Down

0 comments on commit 606f969

Please sign in to comment.