Skip to content

Commit

Permalink
further README fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 17, 2022
1 parent 161b333 commit c862813
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ possible For `schema:license`, full [SPDX](https://spdx.org) URIs are used where
Codemetapy (since 2.0) implements an extension to codemeta that allows
linking the software source code to the actual instantiation of the
software, with explicit regard for the interface type. This is done via
the [schema:targetProduct]{.title-ref} property, which takes as range a
[schema:SoftwareApplication]{.title-ref}, [schema:WebAPI]{.title-ref},
[schema:WebSite]{.title-ref} or any of the extra types defined in
the `schema:targetProduct` property, which takes as range a
`schema:SoftwareApplication`, `schema:WebAPI`,
`schema:WebSite` or any of the extra types defined in
<https://github.com/SoftwareUnderstanding/software_types/> . This was
proposed in [this issue](https://github.com/codemeta/codemeta/issues/271)

Expand All @@ -102,8 +102,8 @@ This extension is enabled by default and can be disabled by setting the

When you pass codemetapy a URL it will assume this is where the software
is run as a service, and attempt to extract metadata from the site and
encode is via [targetProduct]{.title-ref}. For example, here we read an
existing [codemeta.json]{.title-ref} and extend it with some place where
encode is via `targetProduct`. For example, here we read an
existing `codemeta.json` and extend it with some place where
it is instantiated as a service:

`$ codemetapy codemeta.json https://example.org/`
Expand Down

0 comments on commit c862813

Please sign in to comment.