Skip to content

Commit 4dcf342

Browse files
authored
Update README.md
1 parent 142752c commit 4dcf342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To remedy that you can either:
3838
* Run the replacer plugin within your Components library first, to replace all icon symbols by icons from the Icons library. You should make sure that Components doesn't contain any other symbols than the component ones. Then you can run the plugin within your original file.
3939
* or, run the replacer plugin in your original file after transferring out the icons, but before transferring out the components themselves. That way the components will already be linked with the Icons Library's icons, instead of the local ones. If you have circular dependencies between your libraries, this approach might not be feasible.
4040

41-
Overrides should be preserved with either method. Thanks to @drasnop for pointing this out
41+
Overrides should be preserved with either method. Thanks to [@drasnop](https://github.com/drasnop) for pointing this out
4242

4343
## Issues
4444
* It is currently quite dumb and just uses symbol **names** to match symbols - that's because symbol IDs can be different, depending on how you copy and paste thing around

0 commit comments

Comments
 (0)