Skip to content

Commit 54782c3

Browse files
committed
readme: fix factual/syntax errors
1 parent a94138f commit 54782c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ This is the rough build process:
9999
- Populate `--fake-*` fields, including the license: these are required for a package project but not included in an application project's elm.json
100100
- Add dependencies that are listed as popular packages in the sidebar, making HTTP requests to look up the latest versions
101101
- This means the actual build / validation process will have its own elm-stuff directory
102-
- Copy source files into the build directory's `src` directory using [dirsync](https://bitbucket.org/tkhyn/dirsync/)
102+
- Copy source files into the build directory's `src` directory using rsync
103103
- An application project supports multiple source directories, while a package project supports only `src`
104-
- For each file that were copied, rewrite port delcarations to be normal functions
104+
- For each file that was copied, rewrite port delcarations to be normal functions
105105
- This is needed because ports are not allowed in package projects
106106
- Run `elm make` with the `--doc` flag on
107107
- If validating docs, exit here

0 commit comments

Comments
 (0)