aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sra-spec/src/md')
-rw-r--r--packages/sra-spec/src/md/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sra-spec/src/md/index.ts b/packages/sra-spec/src/md/index.ts
index 076c3c45c..0d1147aa0 100644
--- a/packages/sra-spec/src/md/index.ts
+++ b/packages/sra-spec/src/md/index.ts
@@ -1,5 +1,5 @@
import { readFileSync } from 'fs';
export const md = {
- introduction: readFileSync('src/md/introduction.md').toString(),
+ introduction: readFileSync('lib/md/introduction.md').toString(),
};