Skip to content

Commit 0442239

Browse files
authored
Update and rename readme.txt to readme.md
1 parent 50e29cf commit 0442239

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# [Code Dump](https://codedump.xyz/)
2+
3+
> A modern pastebin alternative to share code fast. Made using React, MongoDb, Express.js and Highlight.js.
4+
5+
### Screenshot
6+
![image](https://user-images.githubusercontent.com/4337699/130579319-52d3a954-fcaa-4c8e-acac-1e3eb9a69b42.png)
7+
8+
## How to use
9+
1. Copy the code you want to share
10+
2. Visit [https://codedump.xyz](https://codedump.xyz)
11+
3. Press `Ctrl + V` or `Cmd + V`
12+
4. Copy the generated link. Example link - [https://codedump.xyz/py/YSSngLN_1bylw7xP](https://codedump.xyz/py/YSSngLN_1bylw7xP)
13+
14+
### More advanced features
15+
1. Visit `https://codedump.xyz/` + `fileExtension` to change the selected language.
16+
17+
For example, visiting `https://codedump.xyz/py` will make the selected language as Python.
18+
19+
2. To change the syntax highlighting rename the URL.
20+
21+
Changing `https://codedump.xyz/py/YSSngLN_1bylw7xP` to `https://codedump.xyz/js/YSSngLN_1bylw7xP` will make JavaScript as the langauge.

readme.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)