Skip to content

Commit dfd4afc

Browse files
authored
Merge pull request #64 from constraintAutomaton/patch-4
Fix a typo in the readme
2 parents efe1a71 + 5ecac68 commit dfd4afc

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
@@ -16,7 +16,7 @@ name("name_of_the_package").
1616
% Optional. The file that will be imported when this package is used.
1717
main_file("main.pl").
1818
% The license of the package
19-
license(name("Unlicense"), path("./UNLICENSE"))
19+
license(name("Unlicense"), path("./UNLICENSE")).
2020
% Optional
2121
dependencies([
2222
% A git url to clone

0 commit comments

Comments
 (0)