Skip to content

Commit 6fef2e1

Browse files
committed
Readme File : Footer copyright year updated
Signed-off-by: Raeskaa <t.mahesh@iitg.ac.in>
1 parent cdd3751 commit 6fef2e1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,25 @@
2020
</a>
2121
</p>
2222

23-
Repository for Smart Legal Contract Templates that conform that to the [Accord Project Template Specification][techspec], the protocol is managed by the open-source community of the [Accord Project][aphome].
23+
Repository for Smart Legal Contract Templates that conform that to the [Accord Project Template Specification][techspec], the protocol is managed by the open-source community of the [Accord Project][aphome].
2424

2525
These templates can be parsed and executed by the [Cicero][cicero] engine.
2626

2727
## Library
2828

29-
The contents of this repository is automatically tested, built and published to the
29+
The contents of this repository is automatically tested, built and published to the
3030
Accord Project Template Library, hosted at https://templates.accordproject.org.
3131

3232
## Contributing
3333

34-
Can't find something? Then why not make a new template yourself?
34+
Can't find something? Then why not make a new template yourself?
3535

3636
[Follow the instructions in the docs.][ctlguide]
3737

3838
## Testing
3939

4040
To install and test all the templates locally, clone this repository and use lerna:
41+
4142
```
4243
npm install -g lerna@^3.15.0
4344
lerna bootstrap
@@ -47,11 +48,13 @@ lerna run test
4748
## Building Static Pages
4849

4950
To generate the static HTML pages for each template, run:
51+
5052
```
5153
npm run build
5254
```
5355

5456
By default, old pages will include links to newer versions of templates, to skip regeneration of old pages with the latest set of links, run:
57+
5558
```
5659
SKIP_DROPDOWNS=true npm run build
5760
```
@@ -108,18 +111,15 @@ Copyright 2018-2022 Clause, Inc. All trademarks are the property of their respec
108111

109112
[linuxfound]: https://www.linuxfoundation.org
110113
[charter]: https://github.com/accordproject/governance/blob/master/accord-project-technical-charter.md
111-
[apmain]: https://accordproject.org/
114+
[apmain]: https://accordproject.org/
112115
[apblog]: https://medium.com/@accordhq
113116
[apdoc]: https://docs.accordproject.org/
114117
[apslack]: https://accord-project-slack-signup.herokuapp.com
115-
116118
[contributing]: https://github.com/accordproject/cicero-template-library/blob/master/CONTRIBUTING.md
117119
[developers]: https://github.com/accordproject/cicero-template-library/blob/master/DEVELOPERS.md
118-
119120
[apache]: https://github.com/accordproject/cicero-template-library/blob/master/LICENSE
120121
[creativecommons]: http://creativecommons.org/licenses/by/4.0/
121-
122122
[techspec]: https://docs.accordproject.org/docs/accordproject-template.html
123123
[aphome]: https://accordproject.org
124124
[cicero]: https://github.com/accordproject/cicero
125-
[ctlguide]: https://docs.accordproject.org/docs/started-installation.html
125+
[ctlguide]: https://docs.accordproject.org/docs/started-installation.html

0 commit comments

Comments
 (0)