Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarosch authored Sep 21, 2020
1 parent 4734522 commit 70dc031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@

---

### Table of Contents
### Table of Contents
- [Purpose](#-purpose)
- [Getting Started](#-getting-started)
- [How it works](#-how-it-works)
- [License](#-license)

---

### ➤ Purpose
The task at hand was to replace a set of user-defined placeholders inside a docx document archive with calculated values.
All current implementations in Golang which solve this problem use a naive approach by attempting to `strings.Replace()` the placeholders.
Expand Down

0 comments on commit 70dc031

Please sign in to comment.