Skip to content

Commit f9b4807

Browse files
committed
fix typo in docs
1 parent 48ba309 commit f9b4807

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository holds a simple command line ESO Addon Manager written in Rust. With it you can manage addons from [esoui.com](https://www.esoui.com/).
44

5-
The list of addons you want to install is put in a single configuration file. This means you save and share your addon configuration with a single file!
5+
The list of addons you want to install, is put in a single configuration file. This means you can save and share your addon configuration with a single file!
66

77
- [ESO Addon Manager](#eso-addon-manager)
88
- [Usage](#usage)
@@ -18,7 +18,7 @@ The list of addons you want to install is put in a single configuration file. Th
1818
Create a config file in your user directory:
1919
- Linux - `$HOME/.eso-addons.toml`
2020

21-
For a example config see [eso-addons.toml](./eso-addons.toml).
21+
For an example config see [eso-addons.toml](./eso-addons.toml).
2222

2323
### Install and update addon
2424

eso-addons.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addonDir = "/home/damian/Games/the-elder-scrolls-online-tamriel-unlimited/drive_
44
# addons - list of addons to be installed
55
# name - name of the addon
66
# url - download URL of the addon, it is the link under the Download button on ESOUI
7-
# dependency - (default: true) determines, if the addon is a dependency.
7+
# dependency - (default: false) determines, if the addon is a dependency.
88
# Set this to true, if you don't use the addon standalone, but only as a dependency for another addon
99
[[addons]]
1010
name = "SkyShards"

0 commit comments

Comments
 (0)