aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/BEAM.md1
-rw-r--r--docs/JavaScript.md2
-rw-r--r--docs/Python.md1
3 files changed, 1 insertions, 3 deletions
diff --git a/docs/BEAM.md b/docs/BEAM.md
index 3187b23..6e3ea50 100644
--- a/docs/BEAM.md
+++ b/docs/BEAM.md
@@ -4,7 +4,6 @@
![Hex.pm Version](https://img.shields.io/hexpm/v/locusts?logo=erlang)
![Docs](https://img.shields.io/badge/docs-hexdocs.pm-blue?logo=elixir)
-
**TODO: Add description**
## Installation
diff --git a/docs/JavaScript.md b/docs/JavaScript.md
index 5e7bdc0..c2fb788 100644
--- a/docs/JavaScript.md
+++ b/docs/JavaScript.md
@@ -20,7 +20,7 @@ npm add locusts
## Example
```javascript
-import introduceLocusts from 'locusts';
+import introduceLocusts from "locusts";
function main() {
introduceLocusts();
diff --git a/docs/Python.md b/docs/Python.md
index 6e4dbb8..01273bf 100644
--- a/docs/Python.md
+++ b/docs/Python.md
@@ -3,7 +3,6 @@
[![CI](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml)
![PyPI - Version](https://img.shields.io/pypi/v/locusts-r-us)
-
## Description
locusts-r-us is a library that provides a way to introduce locusts into your code.