Skip to content

Commit

Permalink
examples: Fix commands for example 6
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Winslow <steve@swinslow.net>
  • Loading branch information
swinslow committed Mar 31, 2022
1 parent 0e0d035 commit 2b87a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/6-licensediff/example_licensediff.go
Expand Up @@ -8,7 +8,7 @@
// This is generally only useful when run with two SPDX documents that
// describe licenses for subsequent versions of the same set of files, AND if
// they have the same identifier in both documents.
// Run project: go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/SPDXTagExample-v2.2.spdx
// Run project: go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/hello-modified.spdx
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Expand Up @@ -61,7 +61,7 @@ with matching IDs in each document.
This is generally only useful when run with two SPDX documents that describe
licenses for subsequent versions of the same set of files, AND if they have
the same identifier in both documents.
#### Run project: *go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/SPDXTagExample2-v2.2.spdx*
#### Run project: *go run example_licensediff.go ../sample-docs/tv/hello.spdx ../sample-docs/tv/hello-modified.spdx*

## 7-rdfloader

Expand Down

0 comments on commit 2b87a5d

Please sign in to comment.