There was an error while loading. Please reload this page.
1 parent 64472e4 commit 7f7597aCopy full SHA for 7f7597a
README.md
@@ -15,8 +15,8 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.
15
- The `gcd` directory holds the command-line program for computing the greatest
16
common denominator of a list of numbers.
17
18
-- The `iron-gcd` directory holds the code for the simple web service,
19
- implemented using the [`iron`] framework, that computes greatest common
+- The `actix-gcd` directory holds the code for the simple web service,
+ implemented using the [`actix-web`] framework, that computes greatest common
20
denominators.
21
22
- The Mandelbrot plotting program has its own repository, at
actix-gcd/.gitignore
@@ -0,0 +1,2 @@
1
+/target/
2
+
0 commit comments